java.awt.event
public interface ActionListener extends EventListener
ActionEvent
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent event)
This method is invoked when an action occurs.
|
void actionPerformed(ActionEvent event)
event
- the ActionEvent
that occurred