Package java.util
Class EventObject
java.lang.Object
java.util.EventObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionEvent,HandshakeCompletedEvent,NodeChangeEvent,PreferenceChangeEvent,PropertyChangeEvent,RowSetEvent,SSLSessionBindingEvent,StatementEvent
public class EventObject extends Object implements Serializable
EventObjects represent events. Typically applications subclass this class to
add event specific information.- See Also:
EventListener, Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EventObject(Object source)Constructs a new instance of this class. -
Method Summary
-
Field Details
-
source
-
-
Constructor Details
-
EventObject
Constructs a new instance of this class.- Parameters:
source- the object which fired the event.
-
-
Method Details