Uses of Interface
org.praxislive.code.CodeContext.ClockListener
-
Packages that use CodeContext.ClockListener Package Description org.praxislive.code -
-
Uses of CodeContext.ClockListener in org.praxislive.code
Methods in org.praxislive.code with parameters of type CodeContext.ClockListener Modifier and Type Method Description void
CodeContext. addClockListener(CodeContext.ClockListener listener)
Add a clock listener.void
CodeContext. removeClockListener(CodeContext.ClockListener listener)
Remove a clock listener.
-