Uses of Interface
org.apache.shale.dialog.DialogContextManager

Packages that use DialogContextManager
org.apache.shale.dialog   
org.apache.shale.dialog.base   
 

Uses of DialogContextManager in org.apache.shale.dialog
 

Methods in org.apache.shale.dialog that return DialogContextManager
 DialogContextManager DialogContextManagerListener.getDialogContextManager()
          Return the DialogContextManager instance associated with this DialogContextManagerListener.
 

Methods in org.apache.shale.dialog with parameters of type DialogContextManager
 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.
 

Uses of DialogContextManager in org.apache.shale.dialog.base
 

Classes in org.apache.shale.dialog.base that implement DialogContextManager
 class AbstractDialogContextManager
          Abstract base class for DialogContextManager implementations.
 

Methods in org.apache.shale.dialog.base that return DialogContextManager
 DialogContextManager AbstractDialogContextManagerListener.getDialogContextManager()
          

Return the DialogContextManager instance associated with this DialogContextManagerListener.

 

Methods in org.apache.shale.dialog.base with parameters of type DialogContextManager
 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-2007 Apache Software Foundation. All Rights Reserved.