Package | Description |
---|---|
org.apache.shale.dialog | |
org.apache.shale.dialog.base |
Modifier and Type | Method and Description |
---|---|
DialogContextListener[] |
DialogContext.getDialogContextListeners()
Return the set of currently registered
DialogContextListener s. |
Modifier and Type | Method and Description |
---|---|
void |
DialogContext.addDialogContextListener(DialogContextListener listener)
Register given
DialogContextListener for this DialogContext . |
void |
DialogContext.removeDialogContextListener(DialogContextListener listener)
Remove this previously registered
DialogContextListener for this
DialogContext . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogContextListener
Convenience abstract
DialogContextListener implementation. |
Modifier and Type | Method and Description |
---|---|
DialogContextListener[] |
AbstractDialogContext.getDialogContextListeners()
Return the set of currently registered
DialogContextListener s. |
Modifier and Type | Method and Description |
---|---|
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-2013 Apache Software Foundation. All Rights Reserved.