Uses of Class
org.jactr.modules.pm.motor.event.MotorModuleEvent.Type

Packages that use MotorModuleEvent.Type
org.jactr.modules.pm.motor.event   
 

Uses of MotorModuleEvent.Type in org.jactr.modules.pm.motor.event
 

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

Constructors in org.jactr.modules.pm.motor.event with parameters of type MotorModuleEvent.Type
MotorModuleEvent(IMotorModule source, IMovement movement, MotorModuleEvent.Type type)