public class ApplicationActionEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationActionEvent.EventType |
source| Constructor and Description |
|---|
ApplicationActionEvent(ApplicationAction source,
ApplicationActionEvent.EventType eventType)
Constructs a prototypical Event.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getError() |
ApplicationActionEvent.EventType |
getEventType() |
ApplicationAction |
getSource() |
void |
setError(Exception error) |
toStringpublic ApplicationActionEvent(ApplicationAction source, ApplicationActionEvent.EventType eventType)
source - The object on which the Event initially occurred.eventType - The type of eventIllegalArgumentException - if source is null.public ApplicationAction getSource()
getSource in class EventObjectpublic Exception getError()
public void setError(Exception error)
public ApplicationActionEvent.EventType getEventType()
Copyright © 2008–2021 Code Lutin. All rights reserved.