Package de.sciss.gui
Interface PathListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
BasicPathField,PathField,PrefPathField
public interface PathListener extends java.util.EventListenerInterface for listening the changes of the contents of aPathFieldorPathButtongadget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpathChanged(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
-
-