byucc.jhdl.apps.Viewers.Waves
Interface BrowserWavesListener
- All Known Implementing Classes:
- BrowserWaves, WavesDataManager
- public interface BrowserWavesListener
This interface is used to define methods for listening to
events generated by the BrowserWavesPanel. Objects that imlement
this interface can be registered with the BrowserWavesPanel using
the BrowserWavesPanel#addWavesListener() method.
- Author:
- Brian McMurtrey
|
Method Summary |
void |
dataBarAdjusted(int newValue)
This method will be called when the data scroll bar is adjusted. |
dataBarAdjusted
public void dataBarAdjusted(int newValue)
- This method will be called when the data scroll bar is adjusted.
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.