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_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine.Methods in adams.flow with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description void
FlowRunner. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)
Adds the listener for remote scripting engine changes.void
FlowRunner. 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_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine.Methods in adams.gui.application with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description void
AbstractApplicationFrame. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)
Adds the listener for remote scripting engine changes.void
AbstractApplicationFrame. 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 class
RemoteControlCenterEnginesPanel
Interface for adding/removing/starting/stopping scripting engines.class
RemoteControlCenterManagerPanel
Interface for remote controls.class
RemoteControlCenterPanel
Remote 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 class
AbstractRemoteControlCenterTab
Ancestor for tabs to be shown in the Remote Control Center.class
AbstractRemoteFlowTab
Ancestor for tabs that get applied to remote flows using their ID(s).class
AdvancedTab
Sends a command.class
RemoteFlowCommandsTab
Tab for executing actions on remote flows.class
RemoteLoggingTab
Tab 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 void
RemoteScriptingEngineHandler. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)
Adds the listener for remote scripting engine changes.void
RemoteScriptingEngineHandler. 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_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine.Methods in adams.terminal.application with parameters of type RemoteScriptingEngineUpdateListener Modifier and Type Method Description void
AbstractTerminalApplication. addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)
Adds the listener for remote scripting engine changes.void
AbstractTerminalApplication. removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener l)
Removes the listener for remote scripting engine changes.
-