public class RenewSubscriber extends ThreadCore
Modifier and Type | Field and Description |
---|---|
static long |
INTERVAL |
Constructor and Description |
---|
RenewSubscriber(ControlPoint ctrlp) |
Modifier and Type | Method and Description |
---|---|
ControlPoint |
getControlPoint() |
void |
run() |
void |
setControlPoint(ControlPoint ctrlp) |
getThreadObject, isRunnable, restart, setThreadObject, start, stop
public static final long INTERVAL
public RenewSubscriber(ControlPoint ctrlp)
public void setControlPoint(ControlPoint ctrlp)
public ControlPoint getControlPoint()
public void run()
run
in interface Runnable
run
in class ThreadCore