|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.interface21.context.ApplicationEvent
Class to be extended by all application events. Abstract as it doesn't make sense for generic events to be published directly.
| 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 event| Method Detail |
public long getTimestamp()
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||