public class ActionData extends NodeData
| Constructor and Description |
|---|
ActionData()Default constructor |
| Modifier and Type | Method and Description |
|---|---|
ActionListener | getActionListener()Gets the action listener for this action data. |
ControlResponse | getControlResponse()Gets the control response for this action data. |
void | setActionListener(ActionListener actionListener)Sets the action listener for this action data. |
void | setControlResponse(ControlResponse res)Sets the control response for this action data. |
public ActionListener getActionListener()
public ControlResponse getControlResponse()
public void setActionListener(ActionListener actionListener)
actionListener - the action listener to setpublic void setControlResponse(ControlResponse res)
res - the control response to set