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 long
INTERVAL
-
Constructor Summary
Constructors Constructor Description RenewSubscriber(ControlPoint ctrlp)
-
Method Summary
Modifier and Type Method Description ControlPoint
getControlPoint()
void
run()
void
setControlPoint(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:
run
in interfaceRunnable
- Overrides:
run
in classThreadCore
-