public class

ObservationsSelectedEvent

extends UISelectionEvent<A>
java.lang.Object
   ↳ vars.annotation.ui.eventbus.UIEvent<A>
     ↳ vars.annotation.ui.eventbus.UISelectionEvent<A>
       ↳ vars.annotation.ui.eventbus.ObservationsSelectedEvent

Class Overview

Notfies UI components that new observations are to be selected in that component. In general, observation selection should use the primary keys to lookup the correct Observations to select.

Summary

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

Public Constructors

public ObservationsSelectedEvent (Object selectionSource, Collection<Observation> observations)