|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocalDataCenterCallBack
This class is used as a callback object in LocalDCOperations. The class that intends to receive callback calls must implement this interface. LocalDataCenterCallBack.java Created: Wed Feb 19 14:53:26 2003
| Method Summary | |
|---|---|
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(LocalSeismogramImpl[] seis,
SeisDataChangeListener initiator)
used to push information about the seismograms to the callback object. |
| Method Detail |
|---|
void pushData(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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||