public class ApplicationEvent extends EventObject
ApplicationEvent is a user specified event object.source| Constructor and Description | 
|---|
ApplicationEvent(Object source)
Constructs a prototypical Event. 
 | 
public ApplicationEvent(Object source)
source - The object on which the Event initially occurred.IllegalArgumentException - if source is null.