org.rosuda.JGR.toolkit
Class JGRListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGRListener
public JGRListener()
actionPerformed
public void actionPerformed(ActionEvent e)
- actionPerformed: handle action event: on-the-fly added menuitems.
- Specified by:
actionPerformed in interface ActionListener