Class TrainerTask

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>

    public abstract class TrainerTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception
      • run

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