Class PendingTask


  • public abstract class PendingTask
    extends java.lang.Object
    This is similar to a Runnable, except that we throw exceptions. In certain places we need to complete tasks after deliveries, and this will take care of those situations.
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingTask()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PendingTask

        public PendingTask()
    • Method Detail

      • run

        public abstract void run()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception