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

event ARPlaneEvent
the change description