edu.stanford.nlp.trees.tregex.gui
Class TregexGUI.TransferActionListener
java.lang.Object
edu.stanford.nlp.trees.tregex.gui.TregexGUI.TransferActionListener
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, EventListener
- Enclosing class:
- TregexGUI
public class TregexGUI.TransferActionListener
- extends Object
- implements ActionListener, PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TregexGUI.TransferActionListener
public TregexGUI.TransferActionListener()
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Specified by:
propertyChange
in interface PropertyChangeListener
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
Stanford NLP Group