Class DeferredRunnable<P>

  • Type Parameters:
    P - Type used for Deferred.notify(Object)
    All Implemented Interfaces:
    java.lang.Runnable

    public abstract class DeferredRunnable<P>
    extends java.lang.Object
    implements java.lang.Runnable
    Use this as superclass in case you need to be able to be able to notify progress. If you don't need to notify progress, you can simply use Runnable
    See Also:
    notify(Object)