public abstract class ApplicationEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
use serialVersionUID from Spring 1.2 for interoperability
|
private long |
timestamp
System time when the event happened
|
Constructor and Description |
---|
ApplicationEvent(java.lang.Object source)
Create a new ApplicationEvent.
|
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Return the system time in milliseconds when the event happened.
|
private static final long serialVersionUID
private final long timestamp