edu.sc.seis.fissuresUtil.chooser
Class StationSelectionEvent

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.chooser.StationSelectionEvent

public class StationSelectionEvent
extends java.lang.Object

Represents a selected station in ChannelChooser. This is to be fired whenever the selected station changes.


Constructor Summary
StationSelectionEvent(java.lang.Object source, Station[] selectedStations)
           
 
Method Summary
 Station[] getSelectedStations()
           
 Station[] getSelectedStations(MicroSecondDate date)
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationSelectionEvent

public StationSelectionEvent(java.lang.Object source,
                             Station[] selectedStations)
Method Detail

getSource

public java.lang.Object getSource()

getSelectedStations

public Station[] getSelectedStations()

getSelectedStations

public Station[] getSelectedStations(MicroSecondDate date)