edu.princeton.swing
Class PTree.Listener
java.lang.Object
edu.princeton.swing.PTree.Listener
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- PTree
protected class PTree.Listener
- extends Object
- implements PropertyChangeListener
The Listener listenes to the selection model of this list to capture PropertyChangeEvents.
Constructor Summary |
protected |
PTree.Listener()
Creates a new Listener. |
Method Summary |
void |
propertyChange(PropertyChangeEvent e)
Implement PropertyChangeListener to notify the ClipboardTargetManager of a possible
change in the canX() methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTree.Listener
protected PTree.Listener()
- Creates a new Listener.
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Implement PropertyChangeListener to notify the ClipboardTargetManager of a possible
change in the canX() methods.
- Specified by:
propertyChange
in interface PropertyChangeListener