Package org.ores.async
Class NeoWhilstI.AsyncCallback<T,E>
java.lang.Object
org.ores.async.Asyncc.AsyncCallback<T,E>
org.ores.async.NeoWhilstI.AsyncCallback<T,E>
- All Implemented Interfaces:
Asyncc.IAsyncCallback<T,,E> Asyncc.ICallbacks<T,E>
- Enclosing class:
- NeoWhilstI
-
Field Summary
Fields inherited from class org.ores.async.Asyncc.AsyncCallback
cbLock, isFinished, sFields inherited from interface org.ores.async.Asyncc.IAsyncCallback
isDone -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ores.async.Asyncc.AsyncCallback
isShortCircuited, reject, resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ores.async.Asyncc.IAsyncCallback
done, fail, setDone, success
-
Constructor Details
-
AsyncCallback
public AsyncCallback(org.ores.async.ShortCircuit s)
-