Package com.biglybt.net.upnp
Interface UPnPAction
-
- All Known Implementing Classes:
UPnPActionImpl
public interface UPnPAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UPnPActionInvocation
getInvocation()
java.lang.String
getName()
UPnPService
getService()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getService
UPnPService getService()
-
getInvocation
UPnPActionInvocation getInvocation()
-
-