Class SimpleTask


  • public abstract class SimpleTask
    extends Task<java.lang.Void,​java.lang.RuntimeException>
    A simple Task returning Void and only throwing RuntimeExceptions.
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleTask()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SimpleTask

        public SimpleTask()