public interface EventPublisher
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
publishFrameworkEvent(int type,
Bundle bundle,
Throwable throwable)
Publish a FrameworkEvent.
|
void publishFrameworkEvent(int type, Bundle bundle, Throwable throwable)
type
- FrameworkEvent type.bundle
- Bundle related to FrameworkEven or null to for the
system bundle.throwable
- Related exception or null.FrameworkEvent
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.