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.FrameworkEventCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.