com.phidgets.event
Interface EncoderPositionUpdateListener


public interface EncoderPositionUpdateListener

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

Author:
Phidgets Inc.

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

Method Detail

encoderPositionUpdated

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

Parameters:
ae - the event data object containing event data