Stay organized with collections
Save and categorize content based on your preferences.
EventObject
open class EventObject : Serializable
Known Direct Subclasses
ConnectionEvent |
An Event object that provides information about the source of a connection-related event.
|
HandshakeCompletedEvent |
This event indicates that an SSL handshake completed on a given SSL connection.
|
NodeChangeEvent |
An event emitted by a Preferences node to indicate that a child of that node has been added or removed.
|
PreferenceChangeEvent |
An event emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed.
|
PropertyChangeEvent |
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
|
RowSetEvent |
An Event object generated when an event occurs to a RowSet object.
|
SSLSessionBindingEvent |
This event is propagated to a SSLSessionBindingListener.
|
StatementEvent |
A StatementEvent is sent to all StatementEventListener s which were registered with a PooledConnection .
|
|
Known Indirect Subclasses
IndexedPropertyChangeEvent |
An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.
|
|
The root class from which all event state objects shall be derived.
All Events are constructed with a reference to the object, the "source", that is logically deemed to be the object upon which the Event in question initially occurred upon.
Summary
Public constructors |
Constructs a prototypical Event.
|
Public methods |
open Any! |
The object on which the Event initially occurred.
|
open String |
Returns a String representation of this EventObject.
|
Properties |
Any! |
The object on which the Event initially occurred.
|
Public constructors
EventObject
EventObject(source: Any!)
Constructs a prototypical Event.
Parameters |
source |
Any!: the object on which the Event initially occurred |
Exceptions |
java.lang.IllegalArgumentException |
if source is null |
Public methods
getSource
open fun getSource(): Any!
The object on which the Event initially occurred.
Return |
Any! |
the object on which the Event initially occurred |
toString
open fun toString(): String
Returns a String representation of this EventObject.
Return |
String |
a String representation of this EventObject |
Properties
source
protected var source: Any!
The object on which the Event initially occurred.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-02-10 UTC."],[],[]]