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 ActivityStateNotificationActivityStateListener. 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.voidLocalActivityStateNotifier. 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 interfaceRemoteGUIManagerARemoteGUIManagerextends 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 classAbstractGUIManagerThis class provides the basic means for aRemoteGUIManagerwhich is the interaction between remotely executed component to GUI context (viaActivityStateNotificationand 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 classNullGUIManagerThe null GUI manager returns theNullGUIContextas the GUIContext and may be used for GUI-less clients.classRemoteHTMLGUIManagerA GUI manager supporting theNullGUIContextand aRemoteHTMLContextas theGUIContextfor (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 classActivityStateNotificationWrapperThis class wraps anActivityStateCallbackand forwards calls toActivityStateNotificationappropriately.
-