Phidgets
Class _IPhidgetMarmotEventsAdapter

java.lang.Object
  extended by Phidgets._IPhidgetMarmotEventsAdapter
All Implemented Interfaces:
EventListener, _IPhidgetMarmotEvents

public class _IPhidgetMarmotEventsAdapter
extends Object
implements _IPhidgetMarmotEvents


Field Summary
 
Fields inherited from interface Phidgets._IPhidgetMarmotEvents
event_package, id_2, id_3, id_4, id_5
 
Constructor Summary
_IPhidgetMarmotEventsAdapter()
           
 
Method Summary
 void OnButtonDown(_IPhidgetMarmotEvents_OnButtonDownEvent e)
           
 void OnButtonUp(_IPhidgetMarmotEvents_OnButtonUpEvent e)
           
 void OnError(_IPhidgetMarmotEvents_OnErrorEvent e)
           
 void OnMove(_IPhidgetMarmotEvents_OnMoveEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IPhidgetMarmotEventsAdapter

public _IPhidgetMarmotEventsAdapter()
Method Detail

OnError

public void OnError(_IPhidgetMarmotEvents_OnErrorEvent e)
Specified by:
OnError in interface _IPhidgetMarmotEvents

OnButtonDown

public void OnButtonDown(_IPhidgetMarmotEvents_OnButtonDownEvent e)
Specified by:
OnButtonDown in interface _IPhidgetMarmotEvents

OnButtonUp

public void OnButtonUp(_IPhidgetMarmotEvents_OnButtonUpEvent e)
Specified by:
OnButtonUp in interface _IPhidgetMarmotEvents

OnMove

public void OnMove(_IPhidgetMarmotEvents_OnMoveEvent e)
Specified by:
OnMove in interface _IPhidgetMarmotEvents