Package com.mendix.core.actionmanagement
Class EventActionInfo<T>
java.lang.Object
com.mendix.core.actionmanagement.EventActionInfo<T>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEventActionInfo
(String classOrActionName, boolean raiseExceptionOnFalse) EventActionInfo
(Consumer<IMendixObject> consumer) EventActionInfo
(Consumer<IMendixObject> consumer, boolean raiseExceptionOnFalse) EventActionInfo
(Consumer<T> consumer, Class<T> returnType) EventActionInfo
(Consumer<T> consumer, Class<T> returnType, boolean raiseExceptionOnFalse) -
Method Summary
-
Field Details
-
actionName
-
raiseExceptionOnFalse
public final boolean raiseExceptionOnFalse
-
-
Constructor Details
-
EventActionInfo
-
EventActionInfo
-
EventActionInfo
-
EventActionInfo
-
EventActionInfo
-
-
Method Details
-
representsFunction
-
function
-
getReturnType
-