com.phidgets.event
Interface StepperPositionChangeListener


public interface StepperPositionChangeListener

This interface represents a StepperPositionChangeEvent. This event originates from the Phidget Stepper Controller and the Phidget Advanced Stepper Controller.

Author:
Phidgets Inc.

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

Method Detail

stepperPositionChanged

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

Parameters:
ae - the event data object containing event data