Uses of Class
java.util.EventListenerProxy
| Package | Description | 
|---|---|
| java.awt.event | Provides interfaces and classes for dealing with different types of events
 fired by AWT components. | 
| java.beans | Contains classes related to developing beans -- components based on
 the JavaBeans™ architecture. | 
- 
Uses of EventListenerProxy in java.awt.eventSubclasses of EventListenerProxy in java.awt.event Modifier and Type Class Description classAWTEventListenerProxyA class which extends theEventListenerProxyspecifically for adding anAWTEventListenerfor a specific event mask.
- 
Uses of EventListenerProxy in java.beansSubclasses of EventListenerProxy in java.beans Modifier and Type Class Description classPropertyChangeListenerProxyA class which extends theEventListenerProxyspecifically for adding aPropertyChangeListenerwith a "bound" property.classVetoableChangeListenerProxyA class which extends theEventListenerProxyspecifically for adding aVetoableChangeListenerwith a "constrained" property.