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