Package org.ores.async
Interface Asyncc.ICallbacks<T,E>
-
- All Known Implementing Classes:
Asyncc.AsyncCallback
,NeoInject.AsyncCallbackSet
- Enclosing class:
- Asyncc
public static interface Asyncc.ICallbacks<T,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reject(E e)
void
resolve(T v)
-