| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimemanager | |
| de.aristaflow.adept2.core.runtimemanager.gui | |
| de.aristaflow.adept2.ui.guimanager |
| Modifier and Type | Method and Description |
|---|---|
ActivityStateNotification |
ActivityStateListener.getActivityStateNotification()
Gets the interface to send notifications to when the state of the observed
activity changes, that is it has been closed, suspended, reset, failed or
signalled.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI[] |
ActivityStateListener.registerActivityStateListener(SessionToken session,
EBPInstanceReference activity,
ActivityStateNotification listener)
Registers the designated listener for state changes of the designated
activity.
|
void |
ActivityStateListener.unregisterActivityStateListener(SessionToken session,
EBPInstanceReference activity,
ActivityStateNotification listener)
Unregisters the designated listener for state changes of the designated
activity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteGUIManager
A
RemoteGUIManager extends a normal GUI manager by the means to
create local GUI contexts based on a transferred GUI context. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGUIManager
This class provides the basic means for a
RemoteGUIManager which
is the interaction between remotely executed component to GUI context (via
ActivityStateNotification and vice versa
(via AbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)). |
| Modifier and Type | Class and Description |
|---|---|
class |
NullGUIManager
The null GUI manager returns the
NullGUIContext as the GUIContext and
may be used for GUI-less clients. |
class |
RemoteHTMLGUIManager
A GUI manager supporting the
NullGUIContext and a
RemoteHTMLContext as the GUIContext for (nearly)
GUI-less clients with a webserver. |