Package org.opencms.gwt.client.util
Interface I_CmsSimpleCallback<T>
- Type Parameters:
T
- the argument type of the execute method
public interface I_CmsSimpleCallback<T>
A simple call-back interface.
- Since:
- 8.0.0
-
Method Summary
-
Method Details
-
execute
Method executed on call-back.- Parameters:
arg
- the argument
-