This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package java.awt.event

Interface Summary
ActionListener The listener interface for receiving action events.
AdjustmentListener The listener interface for receiving adjustment events.
AWTEventListener The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
ComponentListener The listener interface for receiving component events.
ContainerListener The listener interface for receiving container events.
FocusListener The listener interface for receiving keyboard focus events on a component.
HierarchyBoundsListener The listener interface for receiving ancestor moved and resized events.
HierarchyListener The listener interface for receiving hierarchy changed events.
InputMethodListener The listener interface for receiving input method events.
ItemListener The listener interface for receiving item events.
KeyListener The listener interface for receiving keyboard events (keystrokes).
MouseListener The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
MouseMotionListener The listener interface for receiving mouse motion events on a component.
MouseWheelListener The listener interface for receiving mouse wheel events on a component.
TextListener The listener interface for receiving text events.
WindowFocusListener The listener interface for receiving WindowEvents, including WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events.
WindowListener The listener interface for receiving window events.
WindowStateListener The listener interface for receiving window state events.
 

Class Summary
ActionEvent A semantic event which indicates that a component-defined action occurred.
AdjustmentEvent The adjustment event emitted by Adjustable objects.
AWTEventListenerProxy A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask.
ComponentAdapter An abstract adapter class for receiving component events.
ComponentEvent A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ContainerAdapter An abstract adapter class for receiving container events.
ContainerEvent A low-level event which indicates that a container's contents changed because a component was added or removed.
FocusAdapter An abstract adapter class for receiving keyboard focus events.
FocusEvent A low-level event which indicates that a Component has gained or lost the input focus.
HierarchyBoundsAdapter An abstract adapter class for receiving ancestor moved and resized events.
HierarchyEvent An event which indicates a change to the Component hierarchy to which a Component belongs.
InputEvent The root event class for all component-level input events.
InputMethodEvent Input method events contain information about text that is being composed using an input method.
InvocationEvent An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
ItemEvent A semantic event which indicates that an item was selected or deselected.
KeyAdapter An abstract adapter class for receiving keyboard events.
KeyEvent An event which indicates that a keystroke occurred in a component.
MouseAdapter An abstract adapter class for receiving mouse events.
MouseEvent An event which indicates that a mouse action occurred in a component.
MouseMotionAdapter An abstract adapter class for receiving mouse motion events.
MouseWheelEvent An event which indicates that the mouse wheel was rotated in a component.
PaintEvent The component-level paint event.
TextEvent A semantic event which indicates that an object's text changed.
WindowAdapter An abstract adapter class for receiving window events.
WindowEvent A low-level event that indicates that a window has changed its status.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.