Class EventActionInfo<T>

java.lang.Object
com.mendix.core.actionmanagement.EventActionInfo<T>

public class EventActionInfo<T> extends Object
  • Field Details

    • actionName

      public final String actionName
    • raiseExceptionOnFalse

      public final boolean raiseExceptionOnFalse
  • Constructor Details

    • EventActionInfo

      public EventActionInfo(String classOrActionName, boolean raiseExceptionOnFalse)
    • EventActionInfo

      public EventActionInfo(Consumer<T> consumer, Class<T> returnType)
    • EventActionInfo

      public EventActionInfo(Consumer<T> consumer, Class<T> returnType, boolean raiseExceptionOnFalse)
    • EventActionInfo

      public EventActionInfo(Consumer<IMendixObject> consumer)
    • EventActionInfo

      public EventActionInfo(Consumer<IMendixObject> consumer, boolean raiseExceptionOnFalse)
  • Method Details