All Packages Class Hierarchy This Package Previous Next Index
Interface com.bulletproof.gui.event.ActionListener
- public abstract interface ActionListener
The listener interface for receiving action events.
-
actionPerformed(ActionEvent)
- Invoked when an action occurs.
actionPerformed
public abstract void actionPerformed(ActionEvent e)
- Invoked when an action occurs.
All Packages Class Hierarchy This Package Previous Next Index