|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventPublisher
The EventPublisher is used by FrameworkAdaptors to publish events to the Framework.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
void |
publishFrameworkEvent(int type,
Bundle bundle,
java.lang.Throwable throwable)
Publish a FrameworkEvent. |
Method Detail |
---|
void publishFrameworkEvent(int type, Bundle bundle, java.lang.Throwable throwable)
type
- FrameworkEvent type.bundle
- Bundle related to FrameworkEven or null to for the
system bundle.throwable
- Related exception or null.FrameworkEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |