public interface DialogLifecycleListener
JavaBeans event listener for notification of the installation and
removal of DialogContextManager
instances (which are stored
in session scope).
Modifier and Type | Method and Description |
---|---|
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. |
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 serviceCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.