Package de.sciss.gui
Interface NumberListener
-
- All Superinterfaces:
java.util.EventListener
public interface NumberListener extends java.util.EventListenerInterface for listening the changes of the contents of aNumberFieldgadget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnumberChanged(NumberEvent e)Notifies the listener that a number changed occured.
-
-
-
Method Detail
-
numberChanged
void numberChanged(NumberEvent e)
Notifies the listener that a number changed occured.- Parameters:
e- the event describing the number change
-
-