org.rosuda.JGR.toolkit
Class JGRListener

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

public class JGRListener
extends java.lang.Object
implements java.awt.event.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(boolean silent)
           
 
Method Summary
 void actionPerformed(java.awt.event.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(boolean silent)
Method Detail

actionPerformed

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

Specified by:
actionPerformed in interface java.awt.event.ActionListener