Class PendingTask


  • public abstract class PendingTask
    extends 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 Detail

      • PendingTask

        public PendingTask()