de.sciss.gui
Interface PathListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BasicPathField, PathField, PrefPathField

public interface PathListener
extends java.util.EventListener

Interface for listening the changes of the contents of a PathField or PathButton gadget

Version:
0.10, 20-May-05
Author:
Hanns Holger Rutz
See Also:
PathField.addPathListener( PathListener )

Method Summary
 void pathChanged(PathEvent e)
          Notifies the listener that a path changed occured.
 

Method Detail

pathChanged

void pathChanged(PathEvent e)
Notifies the listener that a path changed occured.

Parameters:
e - the event describing the path change