|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmotej.event.AccelerometerEvent<T>
public class AccelerometerEvent<T>
Constructor Summary | |
---|---|
AccelerometerEvent(T source,
int x,
int y,
int z)
|
Method Summary | |
---|---|
T |
getSource()
|
int |
getX()
|
int |
getY()
|
int |
getZ()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccelerometerEvent(T source, int x, int y, int z)
Method Detail |
---|
public int getX()
public int getY()
public int getZ()
public T getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |