public interface ActionListener extends EventListener
addActionListener
方法将使用该类创建的对象注册到组件中。
当事件发生时,将调用该对象的actionPerformed
方法。
ActionEvent
, How to Write an Action Listener
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
发生动作时调用。
|
void actionPerformed(ActionEvent e)