Package jade.tools.introspector.gui
Class MainBarListener
- java.lang.Object
-
- jade.tools.introspector.gui.MainBarListener
-
- All Implemented Interfaces:
ActionListener,EventListener
public class MainBarListener extends Object implements ActionListener
This class listens to the events fired by the main menu bar.- Version:
- $Date$ $Revision$
- Author:
- Andrea Squeri,Corti Denis,Ballestracci Paolo - Universita` di Parma
-
-
Constructor Summary
Constructors Constructor Description MainBarListener(MainWindow main, Sensor s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
-
-
Constructor Detail
-
MainBarListener
public MainBarListener(MainWindow main, Sensor s)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
-