VoltAir
|
Interface for listening to changes in device connection statuses. More...
Public Member Functions | |
virtual void | onDeviceConnectionChanged (int deviceId, bool isConnected)=0 |
Callback function invoked when the device identified by deviceId has connected or disconnected. More... | |
Interface for listening to changes in device connection statuses.
|
pure virtual |
Callback function invoked when the device identified by deviceId
has connected or disconnected.
Implemented in ControllerManager::StaticDeviceConnectionListener.