public interface LocalDataCenterCallBack
| Modifier and Type | Method and Description |
|---|---|
void |
error(SeisDataChangeListener dss,
java.lang.Throwable e)
Informs the callback object that it is done with the processing
of its request for seismograms because it encountered a problem.
|
void |
finished(SeisDataChangeListener dss)
Informs the callback object that it is done with the processing
of its request for seismograms.
|
void |
pushData(edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seis,
SeisDataChangeListener initiator)
used to push information about the seismograms to the callback object.
|
void pushData(edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seis,
SeisDataChangeListener initiator)
seis - - an array of LocalSeismogramImplinitiator - - the callback object that initiated the request for seismograms.void finished(SeisDataChangeListener dss)
dss - - the callback object that initiated the request for seismograms.void error(SeisDataChangeListener dss, java.lang.Throwable e)
dss - - the callback object that initiated the request for seismograms.e - - the exception explaining the error encountered.