|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogLifecycleListener
JavaBeans event listener for notification of the installation and
removal of DialogContextManager
instances (which are stored
in session scope).
Method Summary | |
---|---|
void |
onDestroy(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been removed from service. |
void |
onInit(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been placed into service. |
Method Detail |
---|
void onInit(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been placed into service.
manager
- The DialogContextManager
instance placed into servicevoid onDestroy(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been removed from service.
manager
- The DialogContextManager
instance removed from service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |