Class ARPlaneEvent

java.lang.Object
com.codename1.ar.ARPlaneEvent

public final class ARPlaneEvent extends Object
Describes a change to a detected ARPlane, delivered to ARPlaneListeners on the EDT.
  • Method Details

    • getKind

      public ARPlaneEvent.Kind getKind()
      The kind of change that occurred.
    • getPlane

      public ARPlane getPlane()
      The plane snapshot after the change. For Kind#REMOVED this is the last known snapshot.
    • getSession

      public ARSession getSession()
      The session that detected the change.