|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextListener
The listener interface for receiving context events.
A listener object created from this class can be registered with a
Context
using the Context.addContextListener(ContextListener)
method.
Method Summary | |
---|---|
void |
parentAdded(ParentAddedEvent evt)
Invoked when a parent context has been added to the event source. |
void |
parentRemoved(ParentRemovedEvent evt)
Invoked when a parent context has been removed from the event source. |
void |
serviceAdded(ServiceAddedEvent evt)
Invoked when a service entry has been added to the event source. |
void |
serviceRemoved(ServiceRemovedEvent evt)
Invoked when a service entry has been removed from the event source. |
Method Detail |
---|
void parentAdded(ParentAddedEvent evt)
evt
- void parentRemoved(ParentRemovedEvent evt)
evt
- void serviceAdded(ServiceAddedEvent evt)
evt
- void serviceRemoved(ServiceRemovedEvent evt)
evt
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |