gov.lanl.ObsDataTools
Interface ObsDataListenerInterface

All Known Implementing Classes:
Client, SimpleCoasClient

public interface ObsDataListenerInterface

Interface declaration for a listener for changes to ObservationData.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/08/12 04:38:28 $
Author:
Jim George

Field Summary
static int OBSDATA_CHANGED
           
static int OBSDATA_DELETED
           
static int OBSDATA_NEW
           
static int OBSDATA_NOCHANGE
           
 
Method Summary
 void notifyChange(ObsDataAccessInterface inObsDataAccess, int inChange)
          The method which is called with the observation data and the change code.
 void notifyChange(org.omg.DsObservationAccess.ObservationDataStruct inObservationData, int inChange)
          The method which is called with the observation data and the change code.
 

Field Detail

OBSDATA_NOCHANGE

public static final int OBSDATA_NOCHANGE
See Also:
Constant Field Values

OBSDATA_CHANGED

public static final int OBSDATA_CHANGED
See Also:
Constant Field Values

OBSDATA_NEW

public static final int OBSDATA_NEW
See Also:
Constant Field Values

OBSDATA_DELETED

public static final int OBSDATA_DELETED
See Also:
Constant Field Values
Method Detail

notifyChange

public void notifyChange(ObsDataAccessInterface inObsDataAccess,
                         int inChange)
The method which is called with the observation data and the change code.

Parameters:
inObsDataAccess - is the ObsDataAccess object containing the ObservationData which has changed.
inChange - indicates what kind of change; is one of the included static ints.

notifyChange

public void notifyChange(org.omg.DsObservationAccess.ObservationDataStruct inObservationData,
                         int inChange)
The method which is called with the observation data and the change code.

Parameters:
inObservationData - is the ObservationData which has changed.
inChange - indicates what kind of change; is one of the included static ints.


Copyright © 2000 University of California. All Rights Reserved.