Client API. The Codename One framework your app is built on: this runs on the device, not in a backend.
public interface ARAnchorListener
Observes anchor changes, including platform-recognized images and faces.
Register through
ARSession#addAnchorListener(ARAnchorListener); events
are delivered on the EDT.Methods
public abstract void anchorChanged(ARAnchorEvent event) | Invoked on the EDT when an anchor is added, refined or removed. |
Method details
anchorChanged
public abstract void anchorChanged(ARAnchorEvent event)Invoked on the EDT when an anchor is added, refined or removed.
Parameters
eventARAnchorEvent- the change description