Package org.uberfire.java.nio.channels
Interface CompletionHandler<V,A>
-
public interface CompletionHandler<V,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleted(V result, A attachment)voidfailed(Throwable exc, A attachment)
-