Package org.ores.async
Interface NeoQueue.IAsyncErrFirstCb<T>
-
- All Known Implementing Classes:
NeoQueue.AsyncCallback
public static interface NeoQueue.IAsyncErrFirstCb<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
done(java.lang.Object e, T v)
-
-
-
Method Detail
-
done
void done(java.lang.Object e, T v)
-
-