Package | Description |
---|---|
src |
'src' package contains the core source code of the application, implementing
the logic of all internal operations.
|
Modifier and Type | Method and Description |
---|---|
static Flags.EventType |
Flags.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flags.EventType[] |
Flags.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
EventClock.triggerEvent(Flags.EventType eventType)
Executes operations related to the start of an event or events.
|
private void |
EventClock.updateEvents(Flags.EventType eventType)
Updates event 'timeToLaunch' value.
|