Package org.zkoss.stateless.action
Interface ActionType.OnCrop2<A,B>
-
- All Superinterfaces:
ActionHandler
,ActionHandler2<A,B>
,CheckedConsumer2<A,B>
,java.io.Serializable
- Enclosing interface:
- ActionType
public static interface ActionType.OnCrop2<A,B> extends ActionHandler2<A,B>
-
-
Field Summary
-
Fields inherited from interface org.zkoss.stateless.util.ActionHandler
CACHE_SIZE, DEFAULT_VALUES, LOADED_CLASS_CACHE, LOADED_LAMBDA_CACHE, LOADED_METHOD_CACHE
-
-
Method Summary
-
Methods inherited from interface org.zkoss.stateless.util.ActionHandler
call, call
-
Methods inherited from interface org.zkoss.stateless.util.ActionHandler2
getParameterCount
-
Methods inherited from interface org.zkoss.stateless.function.CheckedConsumer2
accept, andThen
-
-