Package org.ores.async
Interface NeoTimesI.ITimesCallback<T,E>
- All Superinterfaces:
Asyncc.IAsyncCallback<T,E>
- Enclosing class:
- NeoTimesI
-
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
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 successv- the value, ornullwheneis non-null
-