barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

Feature: StatusChangedListener #51

Closed m053m716 closed 4 years ago

m053m716 commented 4 years ago

Added a DashBoard Listener and associated EventData (nigeLab.Event.statusChangedEventData) for the 'StatusChanged' event of Block, which is issued by the Block method updateStatus when any of the logical "Status" flags have been changed. This allows dynamic updating of the DashBoard visual indicators, at least when running on serial machine.

I will start a separate Branch for the remote stuff.