Package com.softsynth.jmsl.view
Interface JMSLScrollbarProcessor
- All Known Implementing Classes:
ChangeActiveVoices
,EventDistributionsDemo
,EventDistributionsJSynDemo
,EventDistributionsJSynDemoWithScore
,FMSpectrumApplet
,ParallelMidiShapesExample
,PlayLurkerToot01
,TestJMSLScrollbar
,WeightedObjectToot
public interface JMSLScrollbarProcessor
Interface to get values back from a JMSLScrollbar. Any class
that uses a JMSL scrollbar will be notified of its value being changed
by implementing this interface.
- Author:
- Nick Didkovsky, copyright 1999 Nick Didkovsky
-
Method Summary
Modifier and Type Method Description void
JMSLScrollbarValueChanged(JMSLScrollbar jsb)
handle a value from a scrollbar
-
Method Details
-
JMSLScrollbarValueChanged
handle a value from a scrollbar
-