Generic event handling between MVC Model and Controller based on a shared EventVar variable.
EventVar exchange point, a singleton.
EventVar color_scheme_change
Notified when the day/dusk/night color scheme changes.
EventVar on_center_ais_target
Notified with a shared_ptr<const AisTargetData> when gFrame should center the given AIS target.
EventVar gframe_update_status_bar
Notified when the top level status bas should be updated by gFrame.
A common variable shared between producer and consumer which supports Listen() and Notify().