Implement this interface to receive callbacks whenever a Muse headband is discovered after calling MuseManager.startListening()
§ museListChanged()
abstract void com.choosemuse.libmuse.MuseListener.museListChanged |
( |
| ) |
|
|
abstract |
Called when the list of Muses detected by MuseManager has changed.
-
You will receive 1 callback for each headband discovered and added to the list. For Muse 2014 ( MU_01 ) headbands, there will be a callback for each headband paired with the device even if the headband is powered off. MU_01 ) headbands, there will be a callback for each headband paired with the device only when the headband is powered on and connected to the device. MU_01 ) and Muse 2016 ( MU_02 ) headbands, there will be a callback for each headband paired with the system even if the headband is powered off.
-
You will receive 1 callback for each removal operation. If more than 1 headband is removed as the result of a single removal operation, you will only receive 1 callback instead of 1 callback for each headband.
The documentation for this class was generated from the following file: