Package | Description |
---|---|
org.apache.shale.dialog | |
org.apache.shale.dialog.base |
Modifier and Type | Method and Description |
---|---|
DialogContextManager |
DialogContextManagerListener.getDialogContextManager()
Return the
DialogContextManager instance associated with
this DialogContextManagerListener . |
Modifier and Type | Method and Description |
---|---|
void |
DialogLifecycleListener.onDestroy(DialogContextManager manager)
Handle notification that the specified
DialogContextManager
instance has been removed from service. |
void |
DialogLifecycleListener.onInit(DialogContextManager manager)
Handle notification that the specified
DialogContextManager
instance has been placed into service. |
void |
DialogContextManagerListener.setDialogContextManager(DialogContextManager manager)
Set the
DialogContextManager instance associated with
this DialogContextManagerListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogContextManager
Abstract base class for
DialogContextManager implementations. |
Modifier and Type | Method and Description |
---|---|
DialogContextManager |
AbstractDialogContextManagerListener.getDialogContextManager()
Return the
DialogContextManager instance associated with
this DialogContextManagerListener . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDialogLifecycleListener.onDestroy(DialogContextManager manager)
Handle notification that the specified
DialogContextManager
instance has been removed from service. |
void |
AbstractDialogLifecycleListener.onInit(DialogContextManager manager)
Handle notification that the specified
DialogContextManager
instance has been placed into service. |
void |
AbstractDialogContextManagerListener.setDialogContextManager(DialogContextManager instance)
Set the
DialogContextManager instance associated with
this DialogContextManagerListener . |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.