Package org.cybergarage.upnp.control
Class RenewSubscriber
java.lang.Object
org.cybergarage.util.ThreadCore
org.cybergarage.upnp.control.RenewSubscriber
- All Implemented Interfaces:
Runnable
public class RenewSubscriber extends ThreadCore
-
Field Summary
Fields Modifier and Type Field Description static longINTERVAL -
Constructor Summary
Constructors Constructor Description RenewSubscriber(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
-
Field Details
-
INTERVAL
public static final long INTERVAL- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
setControlPoint
-
getControlPoint
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classThreadCore
-