Class ARPlaneEvent
java.lang.Object
com.codename1.ar.ARPlaneEvent
Describes a change to a detected
ARPlane, delivered to
ARPlaneListeners on the EDT.-
Method Details
-
getKind
The kind of change that occurred. -
getPlane
The plane snapshot after the change. ForKind#REMOVEDthis is the last known snapshot. -
getSession
The session that detected the change.
-