public static enum TilingModel.TilingModelEvent extends Enum<TilingModel.TilingModelEvent>
Enum Constant and Description |
---|
MOVE_EVENT |
TILING_INFO_UPDATED |
Modifier and Type | Method and Description |
---|---|
static TilingModel.TilingModelEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TilingModel.TilingModelEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TilingModel.TilingModelEvent MOVE_EVENT
public static final TilingModel.TilingModelEvent TILING_INFO_UPDATED
public static TilingModel.TilingModelEvent[] values()
for (TilingModel.TilingModelEvent c : TilingModel.TilingModelEvent.values()) System.out.println(c);
public static TilingModel.TilingModelEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Nuxeo SA. All rights reserved.