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 the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.