Uses of Class
java.util.EventListenerProxy
Package
Description
Provides interfaces and classes for dealing with different types of events
fired by AWT components.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
-
Uses of EventListenerProxy in java.awt.event
Modifier and TypeClassDescriptionclass
A class which extends theEventListenerProxy
specifically for adding anAWTEventListener
for a specific event mask. -
Uses of EventListenerProxy in java.beans
Modifier and TypeClassDescriptionclass
A class which extends theEventListenerProxy
specifically for adding aPropertyChangeListener
with a "bound" property.class
A class which extends theEventListenerProxy
specifically for adding aVetoableChangeListener
with a "constrained" property.