org.gudy.azureus2.plugins.utils
Interface DelayedTask


public interface DelayedTask


Method Summary
 void queue()
          Queue the task for execution.
 void queueFirst()
           
 

Method Detail

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()