public interface MuseGestures
MuseGestures
interface is used to create classes that have
handling for different Muse gestures.
Modifier and Type | Method and Description |
---|---|
default void |
onBlink()
Runs when a blink is performed.
|
default void |
onConcentrationChange(int state)
Runs when the concentration state changes.
|
default void |
onJawClench()
Runs when a jaw clench is performed.
|
default void onBlink()
default void onJawClench()
default void onConcentrationChange(int state)
state
- The new concentration state measured.