Package com.biglybt.net.natpmp.upnp
Interface NatPMPUPnP
-
- All Known Implementing Classes:
NatPMPUPnPImpl
public interface NatPMPUPnP
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addListener(UPnPListener listener)
boolean
isEnabled()
void
removeListener(UPnPListener listener)
void
setEnabled(boolean enabled)
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean enabled)
-
isEnabled
boolean isEnabled()
-
addListener
void addListener(UPnPListener listener)
-
removeListener
void removeListener(UPnPListener listener)
-
-