Class ApplicationActionEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.nuiton.jaxx.application.swing.actionng.ApplicationActionEvent
-
- All Implemented Interfaces:
Serializable
public class ApplicationActionEvent extends EventObject
Events... Created on 11/23/13.- Since:
- 2.8
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationActionEvent.EventType
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ApplicationActionEvent(ApplicationAction source, ApplicationActionEvent.EventType eventType)Constructs a prototypical Event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetError()ApplicationActionEvent.EventTypegetEventType()ApplicationActiongetSource()voidsetError(Exception error)-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
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:
IllegalArgumentException- if source is null.
-
-
Method Detail
-
getSource
public ApplicationAction getSource()
- Overrides:
getSourcein classEventObject
-
getError
public Exception getError()
-
setError
public void setError(Exception error)
-
getEventType
public ApplicationActionEvent.EventType getEventType()
-
-