Interface DelayedTask

All Known Implementing Classes:
UtilitiesImpl.DelayedTaskImpl

public interface DelayedTask
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Queue the task for execution.
    void
     
  • 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()