Package com.biglybt.plugin.upnp
Interface UPnPMappingListener
-
- All Known Implementing Classes:
UPnPPlugin
public interface UPnPMappingListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mappingChanged(UPnPMapping mapping)
void
mappingDestroyed(UPnPMapping mapping)
-
-
-
Method Detail
-
mappingChanged
void mappingChanged(UPnPMapping mapping)
-
mappingDestroyed
void mappingDestroyed(UPnPMapping mapping)
-
-