Class TaskProcessor.Task

  • Enclosing class:
    TaskProcessor

    public abstract static class TaskProcessor.Task
    extends java.lang.Object
    Generic task representation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Task()  
    • Method Summary

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

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

      • Task

        public Task()
    • Method Detail

      • execute

        public abstract void execute()
        To be overridden.