Uses of Interface
org.praxislive.core.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in org.praxislive.audio.code
Methods in org.praxislive.audio.code with parameters of type ExecutionContext -
Uses of ExecutionContext in org.praxislive.base
Classes in org.praxislive.base that implement ExecutionContextModifier and TypeClassDescriptionclassDefault implementation ofExecutionContextfor use withAbstractRootMethods in org.praxislive.base that return ExecutionContextModifier and TypeMethodDescriptionprotected final ExecutionContextAbstractRoot.getExecutionContext()Get theExecutionContextfor this Root.Constructors in org.praxislive.base with parameters of type ExecutionContextModifierConstructorDescriptionBindingContextControl(ControlAddress controlAddress, ExecutionContext context, PacketRouter router) Create a BindingContextControl. -
Uses of ExecutionContext in org.praxislive.code
Methods in org.praxislive.code that return ExecutionContextModifier and TypeMethodDescriptionprotected ExecutionContextCodeContext.getExecutionContext()Get the execution context, or null if not attached.Methods in org.praxislive.code with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidCodeContext.tick(ExecutionContext source) Hook called by the clock listener on the execution context. -
Uses of ExecutionContext in org.praxislive.core
Methods in org.praxislive.core with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidExecutionContext.StateListener.stateChanged(ExecutionContext source) State changed.voidExecutionContext.ClockListener.tick(ExecutionContext source) Called on clock time update. -
Uses of ExecutionContext in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type ExecutionContext -
Uses of ExecutionContext in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidP2DCodeContext.tick(ExecutionContext source) protected voidP3DCodeContext.tick(ExecutionContext source)