| 
 | ||||||||||
| 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(java.lang.Object obj,
            int eventType)Return whether the given instance has a callback for the given event type. | 
|  void | makeCallback(java.lang.Object obj,
             java.lang.Object related,
             int eventType)Invoke the callback for the given event type on the given instance. | 
| Method Detail | 
|---|
boolean hasCallback(java.lang.Object obj,
                    int eventType)
void makeCallback(java.lang.Object obj,
                  java.lang.Object related,
                  int eventType)
                  throws java.lang.Exception
java.lang.Exception| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||