Package com.biglybt.net.upnpms
Interface UPNPMSContainer
-
- All Superinterfaces:
UPNPMSNode
- All Known Implementing Classes:
UPNPMSContainerImpl
public interface UPNPMSContainer extends UPNPMSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<UPNPMSNode>
getChildren()
-
Methods inherited from interface com.biglybt.net.upnpms.UPNPMSNode
getID, getTitle
-
-
-
-
Method Detail
-
getChildren
java.util.List<UPNPMSNode> getChildren() throws UPnPMSException
- Throws:
UPnPMSException
-
-