public abstract class AbstractDialogLifecycleListener extends Object implements DialogLifecycleListener
Convenience abstract base class for DialogLifecycleListener
instances. The default event handling methods do nothing.
| Constructor and Description |
|---|
AbstractDialogLifecycleListener() |
| 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. |
public void onInit(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been placed into service.
onInit in interface DialogLifecycleListenermanager - The DialogContextManager instance placed into servicepublic void onDestroy(DialogContextManager manager)
Handle notification that the specified DialogContextManager
instance has been removed from service.
onDestroy in interface DialogLifecycleListenermanager - The DialogContextManager instance removed from serviceCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.