Uses of Class
java.util.EventListenerProxy
-
Packages that use 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.event
Subclasses of EventListenerProxy in java.awt.event Modifier and Type Class and Description class
AWTEventListenerProxy
A class which extends theEventListenerProxy
specifically for adding anAWTEventListener
for a specific event mask. -
Uses of EventListenerProxy in java.beans
Subclasses of EventListenerProxy in java.beans Modifier and Type Class and Description class
PropertyChangeListenerProxy
A class which extends theEventListenerProxy
specifically for adding aPropertyChangeListener
with a "bound" property.class
VetoableChangeListenerProxy
A class which extends theEventListenerProxy
specifically for adding aVetoableChangeListener
with a "constrained" property.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.