Class ARAnchorEvent
java.lang.Object
com.codename1.ar.ARAnchorEvent
Describes a change to an
ARAnchor, delivered to ARAnchorListeners on
the EDT. Anchors recognized by the platform - detected reference images and
tracked faces - arrive here as ARImageAnchor / ARFaceAnchor subtypes;
use instanceof to handle them specifically.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe kind of change that occurred. -
Method Summary
Modifier and TypeMethodDescriptionThe anchor that changed.getKind()The kind of change that occurred.The session the anchor belongs to.
-
Method Details
-
getKind
The kind of change that occurred. -
getAnchor
The anchor that changed. -
getSession
The session the anchor belongs to.
-