Phidgets.Events
Interface _IPhidgetMotorControlEvents

All Superinterfaces:
_IPhidgetEvents, java.util.EventListener
All Known Implementing Classes:
_IPhidgetMotorControlEventsAdapter

public interface _IPhidgetMotorControlEvents
extends _IPhidgetEvents


Field Summary
static java.lang.String id_5
           
static java.lang.String id_6
           
 
Fields inherited from interface Phidgets.Events._IPhidgetEvents
event_package, id_2, id_3, id_4
 
Method Summary
 void OnInputChange(_IPhidgetMotorControlEvents_OnInputChangeEvent e)
           
 void OnMotorChange(_IPhidgetMotorControlEvents_OnMotorChangeEvent e)
           
 
Methods inherited from interface Phidgets.Events._IPhidgetEvents
OnAttach, OnDetach, OnError
 

Field Detail

id_5

public static final java.lang.String id_5

id_6

public static final java.lang.String id_6
Method Detail

OnInputChange

public void OnInputChange(_IPhidgetMotorControlEvents_OnInputChangeEvent e)

OnMotorChange

public void OnMotorChange(_IPhidgetMotorControlEvents_OnMotorChangeEvent e)