com.phidgets.event
Interface MotorVelocityChangeListener


public interface MotorVelocityChangeListener

This interface represents a MotorVelocityChangeEvent. This event originates from the Phidget Motor Controller

Author:
Phidgets Inc.

Method Summary
 void motorVelocityChanged(MotorVelocityChangeEvent ae)
          This method is called with the event data when a new event arrives.
 

Method Detail

motorVelocityChanged

public void motorVelocityChanged(MotorVelocityChangeEvent ae)
This method is called with the event data when a new event arrives.

Parameters:
ae - the event data object containing event data