Package jade.tools.introspector.gui
Class TablePopupMenuListener
- java.lang.Object
-
- jade.tools.introspector.gui.TablePopupMenuListener
-
- All Implemented Interfaces:
ActionListener,EventListener
public class TablePopupMenuListener extends Object implements ActionListener
Listener class for the popup menu associated ti the message table. It allows to insert, remove and show a message in the message table. Presentely, only the 'view' option is implemented, because the 'add' and 'remove' option would need a modifications to the agent message queue class to be implemented.- Author:
- Andrea Squeri,Corti Denis,Ballestracci Paolo - Universita` di Parma
-
-
Constructor Summary
Constructors Constructor Description TablePopupMenuListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent evt)
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformedin interfaceActionListener
-
-