|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.dialog.base.AbstractDialogLifecycleListener
public abstract class AbstractDialogLifecycleListener
Convenience abstract base class for DialogLifecycleListener
instances. The default event handling methods do nothing.
| Constructor Summary | |
|---|---|
AbstractDialogLifecycleListener()
|
|
| Method Summary | |
|---|---|
void |
onDestroy(DialogContextManager manager)
Handle notification that the specified |
void |
onInit(DialogContextManager manager)
Handle notification that the specified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDialogLifecycleListener()
| Method Detail |
|---|
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 service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||