Package org.adempiere.util
Interface Callback<T>
-
- Type Parameters:
T
-
public interface Callback<T>
- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCallback(T result)
-
-
-
Method Detail
-
onCallback
void onCallback(T result)
-
-