public class ScheduleEvent
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ScheduleEvent.EventType |
Constructor | Description |
---|---|
ScheduleEvent(ScheduleEvent.EventType type) |
Create a ScheduleEvent of the specified type
|
Modifier and Type | Method | Description |
---|---|---|
ScheduleEvent.EventType |
getType() |
Get the type of event of this ScheduleEvent
|
static ScheduleEvent |
makeNewStateEvent() |
Create a schedule event representing a new state being generated
|
public ScheduleEvent(ScheduleEvent.EventType type)
type
- The enum event typepublic static ScheduleEvent makeNewStateEvent()
public ScheduleEvent.EventType getType()