Package org.cybergarage.upnp.device
Class Disposer
java.lang.Object
org.cybergarage.util.ThreadCore
org.cybergarage.upnp.device.Disposer
- All Implemented Interfaces:
Runnable
public class Disposer extends ThreadCore
-
Constructor Summary
Constructors Constructor Description Disposer(ControlPoint ctrlp) -
Method Summary
Modifier and Type Method Description ControlPointgetControlPoint()voidrun()voidsetControlPoint(ControlPoint ctrlp)Methods inherited from class org.cybergarage.util.ThreadCore
getThreadObject, isRunnable, restart, setThreadObject, start, stop
-
Constructor Details
-
Method Details
-
setControlPoint
-
getControlPoint
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classThreadCore
-