edu.sc.seis.fissuresUtil.chooser
Interface StationDataListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ChannelChooserLayer, StationLayer

public interface StationDataListener
extends java.util.EventListener

Allows interested parties to know that the list of stations in the ChannelChooser has changed.


Method Summary
 void stationDataChanged(StationDataEvent s)
           
 void stationDataCleared()
           
 

Method Detail

stationDataChanged

void stationDataChanged(StationDataEvent s)

stationDataCleared

void stationDataCleared()