motejx.extensions.nunchuk
Class AnalogStickEvent

java.lang.Object
  extended by motejx.extensions.nunchuk.AnalogStickEvent
Direct Known Subclasses:
LeftAnalogStickEvent, RightAnalogStickEvent

public class AnalogStickEvent
extends Object

Author:
Volker Fritzsch

Field Summary
protected  Point point
           
protected  Object source
           
 
Constructor Summary
AnalogStickEvent(Object source, Point point)
           
 
Method Summary
 Point getPoint()
           
 Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

protected Point point

source

protected Object source
Constructor Detail

AnalogStickEvent

public AnalogStickEvent(Object source,
                        Point point)
Method Detail

getSource

public Object getSource()

getPoint

public Point getPoint()


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.