Uses of Interface
adams.gui.event.RemoteScriptingEngineUpdateListener
-
-
Uses of RemoteScriptingEngineUpdateListener in adams.flow
Fields in adams.flow with type parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Field Description protected Set<RemoteScriptingEngineUpdateListener>FlowRunner. m_RemoteScriptingEngineUpdateListenersthe listeners for changes to the remote scripting engine.Methods in adams.flow with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description voidFlowRunner. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Adds the listener for remote scripting engine changes.voidFlowRunner. removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Removes the listener for remote scripting engine changes. -
Uses of RemoteScriptingEngineUpdateListener in adams.gui.application
Fields in adams.gui.application with type parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Field Description protected Set<RemoteScriptingEngineUpdateListener>AbstractApplicationFrame. m_RemoteScriptingEngineUpdateListenersthe listeners for changes to the remote scripting engine.Methods in adams.gui.application with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description voidAbstractApplicationFrame. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Adds the listener for remote scripting engine changes.voidAbstractApplicationFrame. removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Removes the listener for remote scripting engine changes. -
Uses of RemoteScriptingEngineUpdateListener in adams.gui.tools.remotecontrolcenter
Classes in adams.gui.tools.remotecontrolcenter that implement RemoteScriptingEngineUpdateListener Modifier and Type Class Description classRemoteControlCenterEnginesPanelInterface for adding/removing/starting/stopping scripting engines.classRemoteControlCenterManagerPanelInterface for remote controls.classRemoteControlCenterPanelRemote control center session panel. -
Uses of RemoteScriptingEngineUpdateListener in adams.gui.tools.remotecontrolcenter.panels
Classes in adams.gui.tools.remotecontrolcenter.panels that implement RemoteScriptingEngineUpdateListener Modifier and Type Class Description classAbstractRemoteControlCenterTabAncestor for tabs to be shown in the Remote Control Center.classAbstractRemoteFlowTabAncestor for tabs that get applied to remote flows using their ID(s).classAdvancedTabSends a command.classRemoteFlowCommandsTabTab for executing actions on remote flows.classRemoteLoggingTabTab for starting/stopping tapping into the logging messages of a remote flow (both machines can communicate via host/port). -
Uses of RemoteScriptingEngineUpdateListener in adams.scripting
Methods in adams.scripting with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description voidRemoteScriptingEngineHandler. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Adds the listener for remote scripting engine changes.voidRemoteScriptingEngineHandler. removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Removes the listener for remote scripting engine changes. -
Uses of RemoteScriptingEngineUpdateListener in adams.terminal.application
Fields in adams.terminal.application with type parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Field Description protected Set<RemoteScriptingEngineUpdateListener>AbstractTerminalApplication. m_RemoteScriptingEngineUpdateListenersthe listeners for changes to the remote scripting engine.Methods in adams.terminal.application with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description voidAbstractTerminalApplication. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Adds the listener for remote scripting engine changes.voidAbstractTerminalApplication. removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)Removes the listener for remote scripting engine changes.
-