|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.springframework.context.ApplicationEvent
Class to be extended by all application events. Abstract as it doesn't make sense for generic events to be published directly.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ApplicationEvent(java.lang.Object source)
Creates a new ApplicationEvent. |
Method Summary | |
long |
getTimestamp()
Return the system time in milliseconds when the event happened. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ApplicationEvent(java.lang.Object source)
source
- component that published the eventMethod Detail |
public long getTimestamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |