org.rosuda.deducer.widgets.event
Class RActionListener

java.lang.Object
  extended by org.rosuda.deducer.widgets.event.RListener
      extended by org.rosuda.deducer.widgets.event.RActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class RActionListener
extends RListener
implements java.awt.event.ActionListener

An action listener with an R function callback

Author:
Ian

Constructor Summary
RActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class org.rosuda.deducer.widgets.event.RListener
eventOccured, getFunction, setFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RActionListener

public RActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener