|
cybergarage-upnp
|
Public Member Functions | |
| ActionData () | |
| ActionListener | getActionListener () |
| void | setActionListener (ActionListener actionListener) |
| ControlResponse | getControlResponse () |
| void | setControlResponse (ControlResponse res) |
Public Member Functions inherited from org.cybergarage.upnp.xml.NodeData | |
| NodeData () | |
| void | setNode (Node node) |
| Node | getNode () |
Private Attributes | |
| ActionListener | actionListener = null |
| ControlResponse | ctrlRes = null |
Stores user data associated with an action XML node.
This class holds runtime information attached to action nodes, including the action listener and control response objects.
|
inline |
Constructs an empty action data object.
|
inline |
Returns the action listener associated with this action.
null if none is set
|
inline |
Returns the control response from the most recent action execution.
null if the action has not been executed
|
inline |
Sets the action listener for this action.
| actionListener | the action listener to set |
|
inline |
Sets the control response for this action.
| res | the control response to store |
|
private |
|
private |