Uses of Interface
de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
-
-
Uses of ActivityStateNotification in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return ActivityStateNotification Modifier and Type Method 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.Methods in de.aristaflow.adept2.core.runtimemanager with parameters of type ActivityStateNotification Modifier and Type Method Description URI[]
LocalActivityStateNotifier. registerActivityStateListener(SessionToken session, EBPInstanceReference activity, ActivityStateNotification listener)
Registers the designated listener for state changes of the designated activity.void
LocalActivityStateNotifier. unregisterActivityStateListener(SessionToken session, EBPInstanceReference activity, ActivityStateNotification listener)
Unregisters the designated listener for state changes of the designated activity. -
Uses of ActivityStateNotification in de.aristaflow.adept2.core.runtimemanager.gui
Subinterfaces of ActivityStateNotification in de.aristaflow.adept2.core.runtimemanager.gui Modifier and Type Interface Description interface
RemoteGUIManager
ARemoteGUIManager
extends a normal GUI manager by the means to create local GUI contexts based on a transferred GUI context.Classes in de.aristaflow.adept2.core.runtimemanager.gui that implement ActivityStateNotification Modifier and Type Class Description class
AbstractGUIManager
This class provides the basic means for aRemoteGUIManager
which is the interaction between remotely executed component to GUI context (viaActivityStateNotification
and vice versa (viaAbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)
). -
Uses of ActivityStateNotification in de.aristaflow.adept2.ui.guimanager
Classes in de.aristaflow.adept2.ui.guimanager that implement ActivityStateNotification Modifier and Type Class Description class
NullGUIManager
The null GUI manager returns theNullGUIContext
as the GUIContext and may be used for GUI-less clients.class
RemoteHTMLGUIManager
A GUI manager supporting theNullGUIContext
and aRemoteHTMLContext
as theGUIContext
for (nearly) GUI-less clients with a webserver. -
Uses of ActivityStateNotification in de.aristaflow.ilm.core.runtimemanager
Classes in de.aristaflow.ilm.core.runtimemanager that implement ActivityStateNotification Modifier and Type Class Description class
ActivityStateNotificationWrapper
This class wraps anActivityStateCallback
and forwards calls toActivityStateNotification
appropriately.
-