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 classAbstractRemoteFlowTab.FlowListResponseHandlerCustom handler for intercepting the responses from theListFlowsremote command.classAbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>Custom handler for intercepting the responses from theListFlowsremote command.static classAdvancedTab.InspectionResponseHandlerSpecialized response handler that populates anInspectionPanel.static classRemoteLoggingTab.LoggingResponseHandlerUpdates the buttons accordingly and displays error messages.classSimpleTabResponseHandlerOnly displays errors. -
Uses of AbstractResponseHandler in adams.scripting.responsehandler
Subclasses of AbstractResponseHandler in adams.scripting.responsehandler Modifier and Type Class Description classCallableActorsHandlerForwards the responses to the specified (optional) callable actor..classCommandDumperHandlerSaves the responses as command files.classLoggingHandlerOutputs the responses using the logger.classMultiHandlerCombines multiple handlers.classNullHandlerDoes nothing.classSimpleLogPanelResponseHandlerFor logging responses.
-