Class ActionExecutor

java.lang.Object
org.jgrapes.core.internal.ActionExecutor
All Implemented Interfaces:
ComponentType

public class ActionExecutor extends Object implements ComponentType
Helper class for simulating event handlers.
  • Constructor Details

  • Method Details

    • execute

      public <V> void execute(ActionEvent<V> event) throws Exception
      Execute the event.
      Type Parameters:
      V - the value type
      Parameters:
      event - the event
      Throws:
      Exception - the exception