Uses of Class
adams.terminal.menu.remotecommand.AbstractRemoteCommandAction
-
Packages that use AbstractRemoteCommandAction Package Description adams.terminal.menu.remotecommand -
-
Uses of AbstractRemoteCommandAction in adams.terminal.menu.remotecommand
Classes in adams.terminal.menu.remotecommand with type parameters of type AbstractRemoteCommandAction Modifier and Type Class Description class
AbstractRemoteCommandActionResponseHandler<T extends AbstractRemoteCommandAction>
Custom handler for intercepting the responses from remote command actions.Subclasses of AbstractRemoteCommandAction in adams.terminal.menu.remotecommand Modifier and Type Class Description class
AbstractRemoteCommandActionWithGUI
Ancestor for actions that display a GUI.class
AbstractRemoteFlowCommandAction
Ancestor for actions that work on remote flows.class
Rats
For managing Rats.class
RemoteFlowCommands
For executing actions on remote flows.class
RemoteLogging
Allows remote logging.class
StartListening
Starts a remote engine.class
StopListening
Stops the remote engine.Fields in adams.terminal.menu.remotecommand declared as AbstractRemoteCommandAction Modifier and Type Field Description protected T
AbstractRemoteCommandActionResponseHandler. m_Command
the owner.Methods in adams.terminal.menu.remotecommand with parameters of type AbstractRemoteCommandAction Modifier and Type Method Description int
AbstractRemoteCommandAction. compareTo(AbstractRemoteCommandAction o)
Uses category and title for sorting.
-