Package org.ores.async
Class NeoEachI.EachCallback<E>
- All Implemented Interfaces:
Asyncc.IAsyncCallback<Object,,E> Asyncc.ICallbacks<Object,,E> NeoEachI.IEachCallback<E>,NeoEachI.IEachCallbacks<E>
- Enclosing class:
- NeoEachI
public abstract static class NeoEachI.EachCallback<E>
extends Asyncc.AsyncCallback<Object,E>
implements NeoEachI.IEachCallback<E>, NeoEachI.IEachCallbacks<E>
-
Field Summary
Fields inherited from class org.ores.async.Asyncc.AsyncCallback
cbLock, isFinished, sFields inherited from interface org.ores.async.Asyncc.IAsyncCallback
isDone -
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, successMethods inherited from interface org.ores.async.NeoEachI.IEachCallback
doneMethods inherited from interface org.ores.async.NeoEachI.IEachCallbacks
reject
-
Method Details
-
resolve
public void resolve()- Specified by:
resolvein interfaceNeoEachI.IEachCallbacks<E>
-