Package edu.jas.kern

Class TimeStatus.TSCall

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Boolean>
    Enclosing class:
    TimeStatus

    public static class TimeStatus.TSCall
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Boolean>
    • Constructor Summary

      Constructors 
      Constructor Description
      TSCall​(boolean b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call()  
      • Methods inherited from class java.lang.Object

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

      • TSCall

        public TSCall​(boolean b)
    • Method Detail

      • call

        public java.lang.Boolean call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Boolean>