Package | Description |
---|---|
libsidplay.common |
Modifier and Type | Method and Description |
---|---|
Event.Phase |
EventScheduler.phase()
Return current clock phase
|
static Event.Phase |
Event.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Phase[] |
Event.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
EventScheduler.getTime(Event.Phase phase)
Get time with respect to a specific clock phase
|
void |
EventScheduler.schedule(Event event,
long cycles,
Event.Phase phase)
Add event to pending queue.
|
void |
EventScheduler.scheduleAbsolute(Event event,
long absoluteCycles,
Event.Phase phase)
Schedule event to occur at some absolute time.
|
Copyright © 2018 Ken Händel. All rights reserved.