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 classAbstractRemoteCommandActionResponseHandler<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 classAbstractRemoteCommandActionWithGUIAncestor for actions that display a GUI.classAbstractRemoteFlowCommandActionAncestor for actions that work on remote flows.classRatsFor managing Rats.classRemoteFlowCommandsFor executing actions on remote flows.classRemoteLoggingAllows remote logging.classStartListeningStarts a remote engine.classStopListeningStops the remote engine.Fields in adams.terminal.menu.remotecommand declared as AbstractRemoteCommandAction Modifier and Type Field Description protected TAbstractRemoteCommandActionResponseHandler. m_Commandthe owner.Methods in adams.terminal.menu.remotecommand with parameters of type AbstractRemoteCommandAction Modifier and Type Method Description intAbstractRemoteCommandAction. compareTo(AbstractRemoteCommandAction o)Uses category and title for sorting.
-