| Package | Description |
|---|---|
| org.cybergarage.upnp |
Universal Plug and Play (UPnP) framework core components.
|
| org.cybergarage.upnp.xml |
XML parsing and data handling for UPnP device descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
Action.getActionListener()
Gets the action listener for this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setActionListener(ActionListener listener)
Sets the action listener for this action.
|
void |
Service.setActionListener(ActionListener listener) |
void |
Device.setActionListener(ActionListener listener) |
void |
Device.setActionListener(ActionListener listener,
boolean includeSubDevices) |
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
ActionData.getActionListener()
Gets the action listener for this action data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionData.setActionListener(ActionListener actionListener)
Sets the action listener for this action data.
|