Uses of Class
adams.scripting.responsehandler.AbstractResponseHandler
-
Packages that use AbstractResponseHandler Package Description adams.gui.tools.remotecontrolcenter.panels adams.scripting.responsehandler -
-
Uses of AbstractResponseHandler in adams.gui.tools.remotecontrolcenter.panels
Subclasses of AbstractResponseHandler in adams.gui.tools.remotecontrolcenter.panels Modifier and Type Class Description static class
AbstractRemoteFlowTab.FlowListResponseHandler
Custom handler for intercepting the responses from theListFlows
remote command.class
AbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>
Custom handler for intercepting the responses from theListFlows
remote command.static class
AdvancedTab.InspectionResponseHandler
Specialized response handler that populates anInspectionPanel
.static class
RemoteLoggingTab.LoggingResponseHandler
Updates the buttons accordingly and displays error messages.class
SimpleTabResponseHandler
Only displays errors. -
Uses of AbstractResponseHandler in adams.scripting.responsehandler
Subclasses of AbstractResponseHandler in adams.scripting.responsehandler Modifier and Type Class Description class
CallableActorsHandler
Forwards the responses to the specified (optional) callable actor..class
CommandDumperHandler
Saves the responses as command files.class
LoggingHandler
Outputs the responses using the logger.class
MultiHandler
Combines multiple handlers.class
NullHandler
Does nothing.class
SimpleLogPanelResponseHandler
For logging responses.
-