Package | Description |
---|---|
gui |
Modifier and Type | Method | Description |
---|---|---|
ScheduleEvent.EventType |
ScheduleEvent.getType() |
Get the type of event of this ScheduleEvent
|
static ScheduleEvent.EventType |
ScheduleEvent.EventType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ScheduleEvent.EventType[] |
ScheduleEvent.EventType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ScheduleEvent(ScheduleEvent.EventType type) |
Create a ScheduleEvent of the specified type
|