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
-
Constructor Summary
Constructors Constructor Description ApplicationActionEvent(ApplicationAction source, ApplicationActionEvent.EventType eventType)Constructs a prototypical Event. -
Method Summary
Modifier and Type Method Description ExceptiongetError()ApplicationActionEvent.EventTypegetEventType()ApplicationActiongetSource()voidsetError(Exception error)
-
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:
IllegalArgumentException- if source is null.
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-
getError
-
setError
-
getEventType
-