Uses of Interface
de.aristaflow.adept2.core.runtimemanager.ActivityStateNotification
Packages that use ActivityStateNotification
Package
Description
-
Uses of ActivityStateNotification in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return ActivityStateNotificationModifier and TypeMethodDescriptionActivityStateListener.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 ActivityStateNotificationModifier and TypeMethodDescriptionURI[]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.guiModifier and TypeInterfaceDescriptioninterfaceARemoteGUIManagerextends 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 ActivityStateNotificationModifier and TypeClassDescriptionclassThis 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 ActivityStateNotificationModifier and TypeClassDescriptionclassThe null GUI manager returns theNullGUIContextas the GUIContext and may be used for GUI-less clients.classA 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 ActivityStateNotificationModifier and TypeClassDescriptionclassThis class wraps anActivityStateCallbackand forwards calls toActivityStateNotificationappropriately.