|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextListener
Listener for context lifecycle events. Scoped to single context; not anchestors or decendents.
Method Summary | |
---|---|
void |
contextCompleted(java.lang.String contextId)
Notifies the listener that a context has completed. |
void |
contextExpired(Context context)
Notifies the listener that a context has expired. |
void |
contextStarted(Context context)
Notifies the listener that a new context is started. |
void |
contextUpdated(Context context)
Notifies the listener that a context has been updated. |
Method Detail |
---|
void contextStarted(Context context)
context
- the new contextvoid contextCompleted(java.lang.String contextId)
contextId
- the ID of the completed contextvoid contextExpired(Context context)
context
- the expired contextvoid contextUpdated(Context context)
context
- the updated context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |