Generated by
JDiff

Package java.awt.event

Added Classes and Interfaces
AWTEventListenerProxy A class which extends the EventListenerProxy specifically for adding an AWTEventListener for a specific event mask.
MouseWheelEvent An event which indicates that the mouse wheel was rotated in a component.
MouseWheelListener The listener interface for receiving mouse wheel events on a component.
WindowFocusListener The listener interface for receiving WindowEvents including WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events.
WindowStateListener The listener interface for receiving window state events.
 

Changed Classes
ActionEvent A semantic event which indicates that a component-defined action occured.
AdjustmentEvent The adjustment event emitted by Adjustable objects.
FocusEvent A low-level event which indicates that a Component has gained or lost the input focus.
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.
KeyEvent An event which indicates that a keystroke occurred in a component.
MouseEvent An event which indicates that a mouse action occurred in a component.
WindowAdapter An abstract adapter class for receiving window events.
WindowEvent A low-level event that indicates that a window has changed its status.