edu.stanford.nlp.trees.tregex.gui
Class TregexGUI.TransferActionListener

java.lang.Object
  extended by edu.stanford.nlp.trees.tregex.gui.TregexGUI.TransferActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
TregexGUI

public static class TregexGUI.TransferActionListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.beans.PropertyChangeListener


Constructor Summary
TregexGUI.TransferActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TregexGUI.TransferActionListener

public TregexGUI.TransferActionListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

actionPerformed

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


Stanford NLP Group