Uses of Interface
org.praxislive.core.ExecutionContext.ClockListener
Packages that use ExecutionContext.ClockListener
-
Uses of ExecutionContext.ClockListener in org.praxislive.base
Methods in org.praxislive.base with parameters of type ExecutionContext.ClockListenerModifier and TypeMethodDescriptionvoidDefaultExecutionContext.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.ClockListenerModifier and TypeMethodDescriptionvoidExecutionContext.addClockListener(ExecutionContext.ClockListener listener) Add a listener for clock changes.voidExecutionContext.removeClockListener(ExecutionContext.ClockListener listener) Remove an existing clock listener.