Package | Description |
---|---|
org.apache.shale.dialog | |
org.apache.shale.dialog.base |
Modifier and Type | Method and Description |
---|---|
DialogContextManagerListener[] |
DialogContextManager.getDialogContextManagerListeners()
Return the set of currently registered
DialogContextManagerListener s. |
Modifier and Type | Method and Description |
---|---|
void |
DialogContextManager.addDialogContextManagerListener(DialogContextManagerListener listener)
Register given
DialogContextManagerListener for this
DialogContextManager . |
void |
DialogContextManager.removeDialogContextManagerListener(DialogContextManagerListener listener)
Remove this previously registered
DialogContextManagerListener
for this DialogContextManager . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogContextManagerListener
Convenience abstract base class for
DialogContextManagerListener
instances. |
Modifier and Type | Method and Description |
---|---|
DialogContextManagerListener[] |
AbstractDialogContextManager.getDialogContextManagerListeners()
Return the set of currently registered
DialogContextManagerListener s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDialogContextManager.addDialogContextManagerListener(DialogContextManagerListener listener)
Register a new
DialogContextManagerListener instance. |
void |
AbstractDialogContextManager.removeDialogContextManagerListener(DialogContextManagerListener listener)
Deregister an existing
DialogContextManagerListener instance. |
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.