com.phidgets.event
Interface ServoPositionChangeListener


public interface ServoPositionChangeListener

This interface represents a ServoPositionChangeEvent. This event originates from the Phidget Servo Controller and the Phidget Advanced Servo Controller.

Author:
Phidgets Inc.

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

Method Detail

servoPositionChanged

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

Parameters:
ae - the event data object containing event data