Uses of Class
org.jactr.modules.pm.vocal.event.VocalModuleEvent.Type

Packages that use VocalModuleEvent.Type
org.jactr.modules.pm.vocal.event   
 

Uses of VocalModuleEvent.Type in org.jactr.modules.pm.vocal.event
 

Methods in org.jactr.modules.pm.vocal.event that return VocalModuleEvent.Type
 VocalModuleEvent.Type VocalModuleEvent.getType()
           
static VocalModuleEvent.Type VocalModuleEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VocalModuleEvent.Type[] VocalModuleEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jactr.modules.pm.vocal.event with parameters of type VocalModuleEvent.Type
VocalModuleEvent(IVocalModule source, VocalModuleEvent.Type type, org.commonreality.modalities.vocal.VocalizationCommand vocalization)