Client API. The Codename One framework your app is built on: this runs on the device, not in a backend.
public interface ARPlaneListener
Observes plane detection. Register through
ARSession#addPlaneListener(ARPlaneListener); events are delivered on the
EDT.Methods
public abstract void planeChanged(ARPlaneEvent event) | Invoked on the EDT when a plane is detected, refined or removed. |
Method details
planeChanged
public abstract void planeChanged(ARPlaneEvent event)Invoked on the EDT when a plane is detected, refined or removed.
Parameters
eventARPlaneEvent- the change description