Phidgets
Class _IPhidgetEncoderEventsAdapter

java.lang.Object
  extended by Phidgets._IPhidgetEncoderEventsAdapter
All Implemented Interfaces:
EventListener, _IPhidgetEncoderEvents

public class _IPhidgetEncoderEventsAdapter
extends Object
implements _IPhidgetEncoderEvents


Field Summary
 
Fields inherited from interface Phidgets._IPhidgetEncoderEvents
event_package, id_2, id_3, id_4
 
Constructor Summary
_IPhidgetEncoderEventsAdapter()
           
 
Method Summary
 void OnError(_IPhidgetEncoderEvents_OnErrorEvent e)
           
 void OnInputChange(_IPhidgetEncoderEvents_OnInputChangeEvent e)
           
 void OnPositionChange(_IPhidgetEncoderEvents_OnPositionChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IPhidgetEncoderEventsAdapter

public _IPhidgetEncoderEventsAdapter()
Method Detail

OnError

public void OnError(_IPhidgetEncoderEvents_OnErrorEvent e)
Specified by:
OnError in interface _IPhidgetEncoderEvents

OnInputChange

public void OnInputChange(_IPhidgetEncoderEvents_OnInputChangeEvent e)
Specified by:
OnInputChange in interface _IPhidgetEncoderEvents

OnPositionChange

public void OnPositionChange(_IPhidgetEncoderEvents_OnPositionChangeEvent e)
Specified by:
OnPositionChange in interface _IPhidgetEncoderEvents