Phidgets
Class _IPhidgetMarmotEvents_OnButtonUpEvent

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

public class _IPhidgetMarmotEvents_OnButtonUpEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
_IPhidgetMarmotEvents_OnButtonUpEvent(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_OnButtonUpEvent

public _IPhidgetMarmotEvents_OnButtonUpEvent(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()