Uses of Interface
java.util.EventListener
| Package | Description |
|---|---|
| java.beans | |
| java.util | |
| 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 EventListener in java.beans
Subinterfaces of EventListener in java.beans Modifier and Type Interface Description interfacePropertyChangeListenerA PropertyChangeListener can subscribe with a event source.Classes in java.beans that implement EventListener Modifier and Type Class Description classPropertyChangeListenerProxyThe implementation of this listener proxy just delegates the received events to its listener. -
Uses of EventListener in java.util
Classes in java.util that implement EventListener Modifier and Type Class Description classEventListenerProxyThis abstract class provides a simple wrapper for objects of typeEventListener.Methods in java.util that return EventListener Modifier and Type Method Description EventListenerEventListenerProxy. getListener()Returns the wrappedEventListener.Constructors in java.util with parameters of type EventListener Constructor Description EventListenerProxy(EventListener listener)Creates a newEventListenerproxy instance. -
Uses of EventListener in java.util.prefs
Subinterfaces of EventListener in java.util.prefs Modifier and Type Interface Description interfaceNodeChangeListenerThis interface is used to handle preference node change events.interfacePreferenceChangeListenerThis interface is used to handle preferences change events. -
Uses of EventListener in javax.net.ssl
Subinterfaces of EventListener in javax.net.ssl Modifier and Type Interface Description interfaceHandshakeCompletedListenerThe listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.interfaceSSLSessionBindingListenerThe interface to be implemented by any object that requires notification when data objects are bound to (or unbound from) anSSLSession. -
Uses of EventListener in javax.sql
Subinterfaces of EventListener in javax.sql Modifier and Type Interface Description interfaceConnectionEventListenerAn interface used to receive events generated by aPooledConnection.interfaceRowSetListenerAn interface used to send notification of events occurring in the context of aRowSet.interfaceStatementEventListenerAn object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.