com.softsynth.jmsl.view
Interface JMSLScrollbarProcessor

All Known Implementing Classes:
EventDistributionsDemo, EventDistributionsJSynDemo, EventDistributionsJSynDemoWithScore, FMSpectrumApplet, ParallelMidiShapes, 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
 void JMSLScrollbarValueChanged(JMSLScrollbar jsb)
          handle a value from a scrollbar
 

Method Detail

JMSLScrollbarValueChanged

void JMSLScrollbarValueChanged(JMSLScrollbar jsb)
handle a value from a scrollbar