Package org.yamcs.tctm
Class LinkAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.actions.Action
Action.ActionStyle
-
Constructor Summary
ConstructorDescriptionLinkAction
(String id, String label) LinkAction
(String id, String label, Action.ActionStyle style) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
Deprecated.void
execute
(Link target, com.google.gson.JsonObject request, ActionResult result) Execute an action.Methods inherited from class org.yamcs.actions.Action
addChangeListener, getId, getLabel, getSpec, getStyle, isChecked, isEnabled, removeChangeListener, setChecked, setEnabled
-
Constructor Details
-
LinkAction
-
LinkAction
-
-
Method Details
-
execute
Description copied from class:Action
Execute an action.When successful, use the
result
parameter to provide the action result (which may be null).When an error occurs, use the
result
parameter to provide the exception. -
execute
@Deprecated public com.google.gson.JsonObject execute(Link target, com.google.gson.JsonObject request) Deprecated.Implementexecute(Link, JsonObject, ActionResult)
instead
-
execute(Link, JsonObject, ActionResult)
instead