Package org.uberfire.client.callbacks
Interface Callback<T>
-
public interface Callback<T>Generic callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(T result)
-
-
-
Method Detail
-
callback
void callback(T result)
-
-