com.groovemanager.sampled.waveform
Interface WaveDisplayListener

All Known Implementing Classes:
Mc909SampleEditor, SimpleSampleEditor

public interface WaveDisplayListener

A WaveDisplayListener can be added to WaveFormDisplay to be notified when the view changes, this is when the zoom or scroll factor is changed

Author:
Manu Robledo

Method Summary
 void viewChanged(AbstractWaveFormDisplay display, double zoom, double scroll)
          Notification about a zoom or scroll change
 

Method Detail

viewChanged

void viewChanged(AbstractWaveFormDisplay display,
                 double zoom,
                 double scroll)
Notification about a zoom or scroll change

Parameters:
display - The WaveFormDisplay that was changed
zoom - The new zoom factor
scroll - The new scroll factor