Package de.aristaflow.adept2.core.runtimemanager.gui
-
Interface Summary Interface Description GUIManager The GUI manager handles client-specific GUI-issues, for instance, providing a suitable GUI context for applications.RemoteGUIManager ARemoteGUIManager
extends a normal GUI manager by the means to create local GUI contexts based on a transferred GUI context. -
Class Summary Class Description 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)
). -
Exception Summary Exception Description GUIContextUnavailableException AGUIContextUnavailableException
indicates that a requested GUI-context has not been created due to an internal failure.