Package org.loboevolution.events
Interface DeviceMotionEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
DeviceMotionEventImpl
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Method Details
-
getAcceleration
DeviceAcceleration getAcceleration() -
getAccelerationIncludingGravity
DeviceAcceleration getAccelerationIncludingGravity() -
getInterval
Double getInterval() -
getRotationRate
DeviceRotationRate getRotationRate()
-