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

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

Uses of DialogContextListener in org.apache.shale.dialog
 

Methods in org.apache.shale.dialog that return DialogContextListener
 DialogContextListener[] DialogContext.getDialogContextListeners()
          Return the set of currently registered DialogContextListeners.
 

Methods in org.apache.shale.dialog with parameters of type DialogContextListener
 void DialogContext.addDialogContextListener(DialogContextListener listener)
          Register given DialogContextListener for this DialogContext.
 void DialogContext.removeDialogContextListener(DialogContextListener listener)
          Remove this previously registered DialogContextListener for this DialogContext.
 

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

Classes in org.apache.shale.dialog.base that implement DialogContextListener
 class AbstractDialogContextListener
          Convenience abstract DialogContextListener implementation.
 class StateSavingListener
          Convenience DialogContextListener implementation that supports saving and restoring pre-request state information that is accessed via a configurable set of value binding expressions.
 

Methods in org.apache.shale.dialog.base that return DialogContextListener
 DialogContextListener[] AbstractDialogContext.getDialogContextListeners()
          Return the set of currently registered DialogContextListeners.
 

Methods in org.apache.shale.dialog.base with parameters of type DialogContextListener
 void AbstractDialogContext.addDialogContextListener(DialogContextListener listener)
          Register given DialogContextListener for this DialogContext.
 void AbstractDialogContext.removeDialogContextListener(DialogContextListener listener)
          Remove this previously registered DialogContextListener for this DialogContext.
 



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