Class Action.ActionPerformedEvent

java.lang.Object
java.util.EventObject
io.jmix.ui.action.Action.ActionPerformedEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputDialogAction.InputDialogActionPerformed
Enclosing interface:
Action

public static class Action.ActionPerformedEvent extends EventObject
Event sent when the action is performed.
See Also:
  • Constructor Details

    • ActionPerformedEvent

      public ActionPerformedEvent(Action source, Component component)
  • Method Details