Package org.ores.async
Interface NeoWaterfallI.IAsyncCallback<T,E>
- All Superinterfaces:
Asyncc.IAsyncCallback<Map.Entry<String,T>, E>
- All Known Implementing Classes:
NeoWaterfallI.AsyncCallback
- Enclosing class:
- NeoWaterfallI
public static interface NeoWaterfallI.IAsyncCallback<T,E>
extends Asyncc.IAsyncCallback<Map.Entry<String,T>,E>
-
Field Summary
Fields inherited from interface org.ores.async.Asyncc.IAsyncCallback
isDone -
Method Summary
Methods inherited from interface org.ores.async.Asyncc.IAsyncCallback
fail, setDone, success
-
Method Details
-
done
-
done
Description copied from interface:Asyncc.IAsyncCallbackFire the continuation with either an error or a value (never both).- Specified by:
donein interfaceAsyncc.IAsyncCallback<T,E> - Parameters:
e- the error, ornullfor successm- the value, ornullwheneis non-null
-
done
-