Phidgets
Class _IPhidgetMarmotEvents_OnButtonDownEvent

java.lang.Object
  extended by java.util.EventObject
      extended by Phidgets._IPhidgetMarmotEvents_OnButtonDownEvent
All Implemented Interfaces:
Serializable

public class _IPhidgetMarmotEvents_OnButtonDownEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
_IPhidgetMarmotEvents_OnButtonDownEvent(Object source, int Button, int X, int Y)
           
 
Method Summary
 int get_Button()
           
 int get_X()
           
 int get_Y()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_IPhidgetMarmotEvents_OnButtonDownEvent

public _IPhidgetMarmotEvents_OnButtonDownEvent(Object source,
                                               int Button,
                                               int X,
                                               int Y)
Method Detail

get_Button

public int get_Button()

get_X

public int get_X()

get_Y

public int get_Y()