Class ApplicationActionEvent

java.lang.Object
java.util.EventObject
org.nuiton.jaxx.application.swing.actionng.ApplicationActionEvent
All Implemented Interfaces:
java.io.Serializable

public class ApplicationActionEvent
extends java.util.EventObject
Events... Created on 11/23/13.
Since:
2.8
Author:
Tony Chemit - chemit@codelutin.com
See Also:
Serialized Form
  • Constructor Details

    • ApplicationActionEvent

      public ApplicationActionEvent​(ApplicationAction source, ApplicationActionEvent.EventType eventType)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      eventType - The type of event
      Throws:
      java.lang.IllegalArgumentException - if source is null.
  • Method Details

    • getSource

      public ApplicationAction getSource()
      Overrides:
      getSource in class java.util.EventObject
    • getError

      public java.lang.Exception getError()
    • setError

      public void setError​(java.lang.Exception error)
    • getEventType

      public ApplicationActionEvent.EventType getEventType()