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 voidreject(E e)voidresolve(T v)
-