Class ScheduledExecutorScheduler.ScheduledFutureTask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.ScheduledFuture<?> scheduledFuture  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledFutureTask​(java.util.concurrent.ScheduledFuture<?> scheduledFuture)  
    • Method Summary

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

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

      • scheduledFuture

        private final java.util.concurrent.ScheduledFuture<?> scheduledFuture
    • Constructor Detail

      • ScheduledFutureTask

        ScheduledFutureTask​(java.util.concurrent.ScheduledFuture<?> scheduledFuture)