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

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

Uses of DialogContextManagerListener in org.apache.shale.dialog
 

Methods in org.apache.shale.dialog that return DialogContextManagerListener
 DialogContextManagerListener[] DialogContextManager.getDialogContextManagerListeners()
          Return the set of currently registered DialogContextManagerListeners.
 

Methods in org.apache.shale.dialog with parameters of type DialogContextManagerListener
 void DialogContextManager.addDialogContextManagerListener(DialogContextManagerListener listener)
          Register given DialogContextManagerListener for this DialogContextManager.
 void DialogContextManager.removeDialogContextManagerListener(DialogContextManagerListener listener)
          Remove this previously registered DialogContextManagerListener for this DialogContextManager.
 

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

Classes in org.apache.shale.dialog.base that implement DialogContextManagerListener
 class AbstractDialogContextManagerListener
          Convenience abstract base class for DialogContextManagerListener instances.
 

Methods in org.apache.shale.dialog.base that return DialogContextManagerListener
 DialogContextManagerListener[] AbstractDialogContextManager.getDialogContextManagerListeners()
          Return the set of currently registered DialogContextManagerListeners.
 

Methods in org.apache.shale.dialog.base with parameters of type DialogContextManagerListener
 void AbstractDialogContextManager.addDialogContextManagerListener(DialogContextManagerListener listener)
          Register a new DialogContextManagerListener instance.
 void AbstractDialogContextManager.removeDialogContextManagerListener(DialogContextManagerListener listener)
          Deregister an existing DialogContextManagerListener instance.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.