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