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