Flutter Engine
The Flutter Engine
|
Observes changes to the SyncSwitch. More...
#include <sync_switch.h>
Public Member Functions | |
virtual | ~Observer ()=default |
virtual void | OnSyncSwitchUpdate (bool new_is_disabled)=0 |
Observes changes to the SyncSwitch.
Definition at line 25 of file sync_switch.h.
|
virtualdefault |
|
pure virtual |
new_is_disabled
not guaranteed to be the value of the SyncSwitch during execution, it should be checked with calls to SyncSwitch::Execute.