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 voidDefaultExecutionContext. addClockListener(ExecutionContext.ClockListener listener)voidDefaultExecutionContext. 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 voidExecutionContext. addClockListener(ExecutionContext.ClockListener listener)Add a listener for clock changes.voidExecutionContext. removeClockListener(ExecutionContext.ClockListener listener)Remove an existing clock listener.
-