Package | Description |
---|---|
ex2 |
Modifier and Type | Method and Description |
---|---|
EventType |
ListEvent.getType()
Getter for the event's type.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEvent.setType(EventType type)
Setter for the event's type.
|
Constructor and Description |
---|
ListEvent(EventType type) |