Phidgets.Events
Class _IPhidgetEncoderEventsAdapter

java.lang.Object
  |
  +--Phidgets.Events._IPhidgetEventsAdapter
        |
        +--Phidgets.Events._IPhidgetEncoderEventsAdapter
All Implemented Interfaces:
_IPhidgetEncoderEvents, _IPhidgetEvents, java.util.EventListener

public class _IPhidgetEncoderEventsAdapter
extends _IPhidgetEventsAdapter
implements _IPhidgetEncoderEvents


Fields inherited from interface Phidgets.Events._IPhidgetEncoderEvents
id_5, id_6
 
Fields inherited from interface Phidgets.Events._IPhidgetEvents
event_package, id_2, id_3, id_4
 
Constructor Summary
_IPhidgetEncoderEventsAdapter()
           
 
Method Summary
 void OnInputChange(_IPhidgetEncoderEvents_OnInputChangeEvent e)
           
 void OnPositionChange(_IPhidgetEncoderEvents_OnPositionChangeEvent e)
           
 
Methods inherited from class Phidgets.Events._IPhidgetEventsAdapter
OnAttach, OnDetach, OnError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Phidgets.Events._IPhidgetEvents
OnAttach, OnDetach, OnError
 

Constructor Detail

_IPhidgetEncoderEventsAdapter

public _IPhidgetEncoderEventsAdapter()
Method Detail

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