public interface ActionListener extends EventListener
addActionListener method. When the action event
occurs, that object's actionPerformed method is
invoked.ActionEvent,
How to Write an Action Listener| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs.
|
void actionPerformed(ActionEvent e)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.