public abstract class ApplicationEvent extends EventObject
ApplicationListener, 
EventListener, 
Serialized Formsource| 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 occurred. | 
getSource, toStringpublic ApplicationEvent(Object source)
ApplicationEvent.source - the object on which the event initially occurred or with
 which the event is associated (never null)