com.phidgets.event
Interface EncoderPositionChangeListener


public interface EncoderPositionChangeListener

This interface represents an EncoderPositionChangeEvent. This event originates from the Phidget Encoder and the Phidget Motor Controller. This event is not supported by all Motor Controllers.

Author:
Phidgets Inc.

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

Method Detail

encoderPositionChanged

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

Parameters:
ae - the event data object containing event data