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 Methods |
From class
vars.annotation.ui.eventbus.UIEvent
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
ObservationsChangedEvent
(Object updateSource, Collection<Observation> observations)