Package org.zkoss.stateless.action
Interface ActionType.OnSelect3<A,B,C>
-
- All Superinterfaces:
ActionHandler
,ActionHandler3<A,B,C>
,CheckedConsumer3<A,B,C>
,java.io.Serializable
- Enclosing interface:
- ActionType
public static interface ActionType.OnSelect3<A,B,C> extends ActionHandler3<A,B,C>
-
-
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.ActionHandler3
getParameterCount
-
Methods inherited from interface org.zkoss.stateless.function.CheckedConsumer3
accept, andThen
-
-