Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fml::SyncSwitch::Observer Class Referenceabstract

Observes changes to the SyncSwitch. More...

#include <sync_switch.h>

Public Member Functions

virtual ~Observer ()=default
 
virtual void OnSyncSwitchUpdate (bool new_is_disabled)=0
 

Detailed Description

Observes changes to the SyncSwitch.

Definition at line 25 of file sync_switch.h.

Constructor & Destructor Documentation

◆ ~Observer()

virtual fml::SyncSwitch::Observer::~Observer ( )
virtualdefault

Member Function Documentation

◆ OnSyncSwitchUpdate()

virtual void fml::SyncSwitch::Observer::OnSyncSwitchUpdate ( bool  new_is_disabled)
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.


The documentation for this class was generated from the following file: