Generic event handling between MVC Model and Controller based on a shared EventVar variable.
EventVar evt_resume
Notified when resuming from hibernate.
EventVar evt_dev_change
Notified when a new or removed device is detected, usually an USB hotplug event:
A common variable shared between producer and consumer which supports Listen() and Notify().