edu.sc.seis.fissuresUtil.chooser
Interface StationSelectionListener

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

public interface StationSelectionListener
extends java.util.EventListener

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


Method Summary
 void stationSelectionChanged(StationSelectionEvent s)
           
 

Method Detail

stationSelectionChanged

void stationSelectionChanged(StationSelectionEvent s)