org.rosuda.JGR.toolkit
Class JGRListener

java.lang.Object
  extended by org.rosuda.JGR.toolkit.JGRListener
All Implemented Interfaces:
ActionListener, EventListener

public class JGRListener
extends Object
implements ActionListener

JGRListener - an actionlistener listening menuitems which the user added to the console on-the-fly.

Author:
Markus Helbig RoSuDa 2003 - 2004

Constructor Summary
JGRListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          actionPerformed: handle action event: on-the-fly added menuitems.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGRListener

public JGRListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
actionPerformed: handle action event: on-the-fly added menuitems.

Specified by:
actionPerformed in interface ActionListener