public abstract class ApplicationEvent extends EventObject
source| Constructor and Description | 
|---|
| ApplicationEvent(Object source)Create a new ApplicationEvent. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getTimestamp()Return the system time in milliseconds when the event happened. | 
getSource, toStringpublic ApplicationEvent(Object source)
source - the component that published the event (never null)