Package com.biglybt.pifimpl.local.utils
Class UtilitiesImpl.DelayedTaskImpl
java.lang.Object
com.biglybt.pifimpl.local.utils.UtilitiesImpl.DelayedTaskImpl
- All Implemented Interfaces:
DelayedTask
- Enclosing class:
UtilitiesImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
target
-
create_time
private long create_time -
run_time
private long run_time
-
-
Constructor Details
-
DelayedTaskImpl
-
-
Method Details
-
setTask
-
queue
public void queue()Description copied from interface:DelayedTask
Queue the task for execution. The task MUST have been set prior to this. If successful this will result in the runnable target being invoked when all prior delayed tasks have completed- Specified by:
queue
in interfaceDelayedTask
-
queueFirst
public void queueFirst()- Specified by:
queueFirst
in interfaceDelayedTask
-
run
protected void run() -
getName
-