Phidgets
Class _IPhidgetMotorControlEventsAdapter

java.lang.Object
  extended by Phidgets._IPhidgetMotorControlEventsAdapter
All Implemented Interfaces:
EventListener, _IPhidgetMotorControlEvents

public class _IPhidgetMotorControlEventsAdapter
extends Object
implements _IPhidgetMotorControlEvents


Field Summary
 
Fields inherited from interface Phidgets._IPhidgetMotorControlEvents
event_package, id_2, id_3, id_4, id_5
 
Constructor Summary
_IPhidgetMotorControlEventsAdapter()
           
 
Method Summary
 void OnError(_IPhidgetMotorControlEvents_OnErrorEvent e)
           
 void OnInputChange(_IPhidgetMotorControlEvents_OnInputChangeEvent e)
           
 void OnMotorChange(_IPhidgetMotorControlEvents_OnMotorChangeEvent e)
           
 void OnTorqueChange(_IPhidgetMotorControlEvents_OnTorqueChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IPhidgetMotorControlEventsAdapter

public _IPhidgetMotorControlEventsAdapter()
Method Detail

OnError

public void OnError(_IPhidgetMotorControlEvents_OnErrorEvent e)
Specified by:
OnError in interface _IPhidgetMotorControlEvents

OnInputChange

public void OnInputChange(_IPhidgetMotorControlEvents_OnInputChangeEvent e)
Specified by:
OnInputChange in interface _IPhidgetMotorControlEvents

OnMotorChange

public void OnMotorChange(_IPhidgetMotorControlEvents_OnMotorChangeEvent e)
Specified by:
OnMotorChange in interface _IPhidgetMotorControlEvents

OnTorqueChange

public void OnTorqueChange(_IPhidgetMotorControlEvents_OnTorqueChangeEvent e)
Specified by:
OnTorqueChange in interface _IPhidgetMotorControlEvents