Uses of Class
ioio.lib.api.Sequencer.Event.Type

Packages that use Sequencer.Event.Type
ioio.lib.api   
 

Uses of Sequencer.Event.Type in ioio.lib.api
 

Fields in ioio.lib.api declared as Sequencer.Event.Type
 Sequencer.Event.Type Sequencer.Event.type
          The event type.
 

Methods in ioio.lib.api that return Sequencer.Event.Type
static Sequencer.Event.Type Sequencer.Event.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Sequencer.Event.Type[] Sequencer.Event.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ioio.lib.api with parameters of type Sequencer.Event.Type
 void Sequencer.waitEventType(Sequencer.Event.Type type)
          A convenience method for blocking until an event of a certain type appears on the event queue.
 

Constructors in ioio.lib.api with parameters of type Sequencer.Event.Type
Sequencer.Event(Sequencer.Event.Type t, int n)
          Constructor.