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
-
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
Modifier and Type Method Description java.lang.ExceptiongetError()ApplicationActionEvent.EventTypegetEventType()ApplicationActiongetSource()voidsetError(java.lang.Exception error)Methods inherited from class java.util.EventObject
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
- Overrides:
getSourcein classjava.util.EventObject
-
getError
public java.lang.Exception getError() -
setError
public void setError(java.lang.Exception error) -
getEventType
-