edu.sc.seis.fissuresUtil.chooser
Class StationDataEvent

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

public class StationDataEvent
extends java.lang.Object

Represents the stations in the ChannelChooser. This is to be fired whenever stations are added or removed.


Constructor Summary
StationDataEvent(edu.iris.Fissures.IfNetwork.Station[] stations)
           
 
Method Summary
 edu.iris.Fissures.IfNetwork.Station[] getStations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationDataEvent

public StationDataEvent(edu.iris.Fissures.IfNetwork.Station[] stations)
Method Detail

getStations

public edu.iris.Fissures.IfNetwork.Station[] getStations()