Uses of Class
org.cybergarage.upnp.Action
Package | Description |
---|---|
org.cybergarage.upnp | |
org.cybergarage.upnp.control |
-
Uses of Action in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return Action Modifier and Type Method Description Action
ActionList. getAction(int n)
Action
Argument. getAction()
Action
Device. getAction(String name)
Action
Service. getAction(String actionName)
Methods in org.cybergarage.upnp with parameters of type Action Modifier and Type Method Description void
Service. addAction(Action a)
Constructors in org.cybergarage.upnp with parameters of type Action Constructor Description Action(Action action)
-
Uses of Action in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control with parameters of type Action Modifier and Type Method Description boolean
ActionListener. actionControlReceived(Action action)
void
ActionRequest. setRequest(Action action, ArgumentList argList)
void
ActionResponse. setResponse(Action action)