java.awt.event Interface and Class Details
This package provides classes that define the event types for AWT events, such as Action events and mouse events.
Interface ActionListener
public abstract interface
ActionListener
extends EventListener
Classes interested in processing ActionEvents must implement this interface. Such listeners are required to detect mouse clicks on Buttons, Menus, and several other objects.
Methods
public void
actionPerformed(ActionEvent e)
Interface AdjustmentListener
All known implementing classes:
public abstract interface AWTEventMulticaster public abstract interface AdjustmentListener extends EventListener
The Adjustment interface must be implemented by listeners interested in AdjustmentEvents, which are generated ...
Get PURE Java™ 2 now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.