| Enum Constant and Description |
|---|
AR_ANCHORS_UPDATED |
AR_ERROR |
AR_FRAME_UPDATED |
AR_PLANES_ADDED |
AR_PLANES_REMOVED |
AR_PLANES_UPDATED |
AR_SESSION_INTERRUPTED |
AR_SESSION_INTERRUPTION_ENDED |
AR_WINDOW_RESIZED |
| Modifier and Type | Method and Description |
|---|---|
static AREvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AREvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AREvent AR_PLANES_ADDED
public static final AREvent AR_PLANES_REMOVED
public static final AREvent AR_PLANES_UPDATED
public static final AREvent AR_ANCHORS_UPDATED
public static final AREvent AR_FRAME_UPDATED
public static final AREvent AR_WINDOW_RESIZED
public static final AREvent AR_ERROR
public static final AREvent AR_SESSION_INTERRUPTED
public static final AREvent AR_SESSION_INTERRUPTION_ENDED
public static AREvent[] values()
for (AREvent c : AREvent.values()) System.out.println(c);
public static AREvent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null