API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. AWTEventListenerProxy View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      EventListenerProxy
          AWTEventListenerProxy
Implements
 AWTEventListener
Subclasses
Description
public class AWTEventListenerProxy
  A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask.
See also:    Toolkit EventListenerProxy
Constructors
public AWTEventListenerProxy (long eventMask, AWTEventListener listener)
  Constructor which binds the AWTEventListener to a specific event mask.
Methods
Hide/Show inherited methods
public void eventDispatched (AWTEvent evt) [Specified in AWTEventListener]
  Forwards the property change event to the listener delegate.
public long getEventMask ()
Returns the event mask associated with the listener.
public EventListener getListener () [Inherited From EventListenerProxy]
 
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar