Class MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask

    • Field Detail

      • delegate

        private final java.lang.Runnable delegate
    • Constructor Detail

      • NeverSuccessfulListenableFutureTask

        public NeverSuccessfulListenableFutureTask​(java.lang.Runnable delegate)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • pendingToString

        protected java.lang.String pendingToString()
        Description copied from class: AbstractFuture
        Provide a human-readable explanation of why this future has not yet completed.
        Overrides:
        pendingToString in class AbstractFuture<java.lang.Void>
        Returns:
        null if an explanation cannot be provided (e.g. because the future is done).