public EventObject (Object source)

Constructs a prototypical Event.

Parameters:
source    The object on which the Event initially occurred.

Exceptions:
IllegalArgumentException    if source is null.