- move(float) - Method in class musegestures.ConcentrationMachine
-
- move(int) - Method in class musegestures.PlateauMachine
-
Performs a move of the machine, and returns any output.
- MuseGesture - Enum in musegestures
-
The MuseGesture
enum is used to define the various different
Muse gestures that can be analyzed.
- musegestures - package musegestures
-
- MuseGestures - Interface in musegestures
-
The MuseGestures
interface is used to create classes that have
handling for different Muse gestures.
- MuseGestureServer - Class in musegestures
-
The MuseGestureServer
class is used to run methods on objects
that implement MuseGestures, whenever an action is performed.
- MuseGestureServer(MuseGestures, int) - Constructor for class musegestures.MuseGestureServer
-
Initializes a MuseGestureServer
with the given listener
object and port.