class EventLogManagerController.MenuAreaButtonActionListener extends Object implements ActionListener
ActionListener
for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JButton
buttons of the
menuArea
.
It defines the behaviour of all the
menuArea
buttons, implementing the respecting action.
ActionListener
,
ActionEvent
,
JButton
Constructor and Description |
---|
MenuAreaButtonActionListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs.
|
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
e
- the action event generated by a componentActionEvent