ActionListener
, EventListener
, Command
public class StopStoppables extends AbstractAction implements ActionListener
Constructor | Description |
---|---|
StopStoppables() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(ActionEvent e) |
|
void |
doAction(ActionEvent e) |
|
Set<String> |
getActionNames() |
popupShouldSave
public Set<String> getActionNames()
getActionNames
in interface Command
getActionNames
in class AbstractAction
Command.getActionNames()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void doAction(ActionEvent e)
doAction
in interface Command
doAction
in class AbstractAction
Command.doAction(ActionEvent)
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.