Package com.biglybt.pif.utils
Interface DelayedTask
- All Known Implementing Classes:
UtilitiesImpl.DelayedTaskImpl
public interface DelayedTask
-
Method Summary
-
Method Details
-
queue
void queue()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 -
queueFirst
void queueFirst()
-