|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleCallbacks
A lifecycle listener that responds to callbacks rather than events.
Method Summary | |
---|---|
boolean |
hasCallback(Object obj,
int eventType)
Return whether the given instance has a callback for the given event type. |
void |
makeCallback(Object obj,
Object related,
int eventType)
Invoke the callback for the given event type on the given instance. |
Method Detail |
---|
boolean hasCallback(Object obj, int eventType)
void makeCallback(Object obj, Object related, int eventType) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |