| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.phidgets.event.ServoPositionChangeEvent
This class represents the data for a ServoPositionChangeEvent.
| Constructor Summary | |
ServoPositionChangeEvent(Phidget source,
                         int index,
                         double value)
Class constructor.  | 
|
| Method Summary | |
 int | 
getIndex()
Returns the index of the servo motor.  | 
 Phidget | 
getSource()
Returns the source Phidget of this event.  | 
 double | 
getValue()
Returns the position of the servo motor.  | 
 java.lang.String | 
toString()
Returns a string containing information about the event.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ServoPositionChangeEvent(Phidget source,
                                int index,
                                double value)
source - the Phidget object from which this event originated| Method Detail | 
public Phidget getSource()
public int getIndex()
public double getValue()
public java.lang.String toString()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||