public static enum BannerBridge.BannerEvent extends java.lang.Enum<BannerBridge.BannerEvent>
| Enum Constant and Description |
|---|
BANNER_ATTACHED |
BANNER_DESTROY_BANNER |
BANNER_DESTROYED |
BANNER_DETACHED |
BANNER_LOAD_PLACEMENT |
BANNER_LOADED |
BANNER_RESIZED |
BANNER_VISIBILITY_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static BannerBridge.BannerEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BannerBridge.BannerEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BannerBridge.BannerEvent BANNER_VISIBILITY_CHANGED
public static final BannerBridge.BannerEvent BANNER_RESIZED
public static final BannerBridge.BannerEvent BANNER_LOADED
public static final BannerBridge.BannerEvent BANNER_DESTROYED
public static final BannerBridge.BannerEvent BANNER_ATTACHED
public static final BannerBridge.BannerEvent BANNER_DETACHED
public static final BannerBridge.BannerEvent BANNER_LOAD_PLACEMENT
public static final BannerBridge.BannerEvent BANNER_DESTROY_BANNER
public static BannerBridge.BannerEvent[] values()
for (BannerBridge.BannerEvent c : BannerBridge.BannerEvent.values()) System.out.println(c);
public static BannerBridge.BannerEvent 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