public interface ObservationListener
Modifier and Type | Method and Description |
---|---|
void |
commandingChanged(ObservationChangeEvent event)
Method called when the commanding part of an Observation has changed
|
void |
metadataChanged(ObservationChangeEvent event)
Method called when the metadata of an observation has changed
|
void |
observationChanged(ObservationChangeEvent event)
Method called when an Observation changed but it is not known in which part (pointing, commanding or metadata)
|
void |
pointingChanged(ObservationChangeEvent event)
Method called when the pointing of an Observation has changed
|
void |
scheduleChanged()
Method called when the schedule has changed globally but not a existing observation (for example if a Observation has been removed or added)
|
void observationChanged(ObservationChangeEvent event)
event
- void scheduleChanged()
void metadataChanged(ObservationChangeEvent event)
event
- void pointingChanged(ObservationChangeEvent event)
event
- void commandingChanged(ObservationChangeEvent event)
event
-