Class WaitableNever<T>

  • All Implemented Interfaces:
    Waitable<T>

    public class WaitableNever<T>
    extends java.lang.Object
    implements Waitable<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      WaitableNever()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      T get()  
      boolean isDone()  
      • Methods inherited from class java.lang.Object

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

      • WaitableNever

        public WaitableNever()
    • Method Detail

      • isDone

        public boolean isDone()
        Specified by:
        isDone in interface Waitable<T>
      • get

        public T get()
        Specified by:
        get in interface Waitable<T>
      • dispose

        public void dispose()
        Specified by:
        dispose in interface Waitable<T>