Class to be extended by all application events. Abstract as it doesn't make sense for generic events to be published directly.
@author Rod Johnson @author Juergen Hoeller
Create a new ApplicationEvent. @param source the object on which the event initially occurred (never {@code null})
Return the system time in milliseconds when the event happened.
The object on which the Event initially occurred.
Returns a string representation of this EventObject.
See Implementation
Class to be extended by all application events. Abstract as it doesn't make sense for generic events to be published directly.
@author Rod Johnson @author Juergen Hoeller