Uses of Interface
org.praxislive.core.ExecutionContext.ClockListener
-
Packages that use ExecutionContext.ClockListener Package Description org.praxislive.base org.praxislive.core -
-
Uses of ExecutionContext.ClockListener in org.praxislive.base
Methods in org.praxislive.base with parameters of type ExecutionContext.ClockListener Modifier and Type Method Description void
DefaultExecutionContext. addClockListener(ExecutionContext.ClockListener listener)
void
DefaultExecutionContext. removeClockListener(ExecutionContext.ClockListener listener)
-
Uses of ExecutionContext.ClockListener in org.praxislive.core
Methods in org.praxislive.core with parameters of type ExecutionContext.ClockListener Modifier and Type Method Description void
ExecutionContext. addClockListener(ExecutionContext.ClockListener listener)
Add a listener for clock changes.void
ExecutionContext. removeClockListener(ExecutionContext.ClockListener listener)
Remove an existing clock listener.
-