public class

ObservationsChangedEvent

extends UIChangeEvent<A>
java.lang.Object
   ↳ vars.annotation.ui.eventbus.UIEvent<A>
     ↳ vars.annotation.ui.eventbus.UIChangeEvent<A>
       ↳ vars.annotation.ui.eventbus.ObservationsChangedEvent

Class Overview

When observations are updated in some component this event is fired. Listeners to this event should updated references to observations to the one is this event (use primary kye). The updated source is also included so that the owner of the event does not have to redo any updates

Summary

[Expand]
Inherited Fields
From class vars.annotation.ui.eventbus.UIEvent
Public Constructors
ObservationsChangedEvent(Object updateSource, Collection<Observation> observations)
[Expand]
Inherited Methods
From class vars.annotation.ui.eventbus.UIEvent
From class java.lang.Object

Public Constructors

public ObservationsChangedEvent (Object updateSource, Collection<Observation> observations)