Uses of Class
java.util.EventObject
| Package | Description |
|---|---|
| java.beans | |
| java.util.prefs | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.sql |
-
Uses of EventObject in java.beans
Subclasses of EventObject in java.beans Modifier and Type Class Description classIndexedPropertyChangeEventA type ofPropertyChangeEventthat indicates that an indexed property has changed.classPropertyChangeEventAn event that indicates that a constraint or a boundary of a property has changed. -
Uses of EventObject in java.util.prefs
Subclasses of EventObject in java.util.prefs Modifier and Type Class Description classNodeChangeEventThis is the event class to indicate that one child of the preference node has been added or deleted.classPreferenceChangeEventThis is the event class to indicate that a preference has been added, deleted or updated. -
Uses of EventObject in javax.net.ssl
Subclasses of EventObject in javax.net.ssl Modifier and Type Class Description classHandshakeCompletedEventThe event object encapsulating the information about a completed SSL handshake on a SSL connection.classSSLSessionBindingEventThe event sent to anSSLSessionBindingListenerwhen the listener object is bound (SSLSession.putValue(String, Object)) or unbound (SSLSession.removeValue(String)) to anSSLSession. -
Uses of EventObject in javax.sql
Subclasses of EventObject in javax.sql Modifier and Type Class Description classConnectionEventSent when specific events happen on aPooledConnectionobject.classRowSetEventAn event which is sent when specific events happen to aRowSetobject.classStatementEventA statement event that a PreparedStatement is closed