Uses of Interface
org.praxislive.core.ExecutionContext
-
Packages that use ExecutionContext Package Description org.praxislive.audio.code org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.core.code org.praxislive.video.code org.praxislive.video.pgl.code -
-
Uses of ExecutionContext in org.praxislive.audio.code
Methods in org.praxislive.audio.code with parameters of type ExecutionContext Modifier and Type Method Description protected voidAudioCodeContext. starting(ExecutionContext source)protected voidAudioCodeContext. stopping(ExecutionContext source)protected voidAudioCodeContext. tick(ExecutionContext source) -
Uses of ExecutionContext in org.praxislive.base
Classes in org.praxislive.base that implement ExecutionContext Modifier and Type Class Description classDefaultExecutionContextDefault implementation ofExecutionContextfor use withAbstractRootMethods in org.praxislive.base that return ExecutionContext Modifier and Type Method Description protected ExecutionContextAbstractRoot. getExecutionContext()Get theExecutionContextfor this Root.Constructors in org.praxislive.base with parameters of type ExecutionContext Constructor Description BindingContextControl(ControlAddress controlAddress, ExecutionContext context, PacketRouter router)Create a BindingContextControl. -
Uses of ExecutionContext in org.praxislive.code
Methods in org.praxislive.code that return ExecutionContext Modifier and Type Method Description protected ExecutionContextCodeContext. getExecutionContext()Get the execution context, or null if not attached.Methods in org.praxislive.code with parameters of type ExecutionContext Modifier and Type Method Description protected voidCodeContext. starting(ExecutionContext source)Hook called when the execution context is started (moves to stateExecutionContext.State.ACTIVE) or the context is added to a component within an active execution context.protected voidCodeContext. starting(ExecutionContext source, boolean fullStart)Hook called when the execution context is started (moves to stateExecutionContext.State.ACTIVE) or the context is added to a component within an active execution context.protected voidCodeContext. stopping(ExecutionContext source)Hook called when the execution context is stopped (moves away from stateExecutionContext.State.ACTIVE) or the context is removed from a component within an active execution context.protected voidCodeContext. stopping(ExecutionContext source, boolean fullStop)Hook called when the execution context is stopped (moves away from stateExecutionContext.State.ACTIVE) or the context is removed from a component within an active execution context.protected 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 ExecutionContext Modifier and Type Method Description voidExecutionContext.StateListener. stateChanged(ExecutionContext source)voidExecutionContext.ClockListener. tick(ExecutionContext source) -
Uses of ExecutionContext in org.praxislive.core.code
Methods in org.praxislive.core.code with parameters of type ExecutionContext Modifier and Type Method Description protected voidCoreCodeContext. starting(ExecutionContext source, boolean fullStart)protected voidCoreCodeContext. stopping(ExecutionContext source, boolean fullStop)protected voidCoreCodeContext. tick(ExecutionContext source) -
Uses of ExecutionContext in org.praxislive.video.code
Methods in org.praxislive.video.code with parameters of type ExecutionContext Modifier and Type Method Description protected voidVideoCodeContext. starting(ExecutionContext source, boolean fullStart)protected voidVideoCodeContext. stopping(ExecutionContext source, boolean fullStop)protected voidVideoCodeContext. tick(ExecutionContext source) -
Uses of ExecutionContext in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type ExecutionContext Modifier and Type Method Description protected voidP2DCodeContext. starting(ExecutionContext source)voidP3DCodeContext. starting(ExecutionContext source)protected voidP2DCodeContext. stopping(ExecutionContext source, boolean fullStop)protected voidP3DCodeContext. stopping(ExecutionContext source, boolean fullStop)protected voidP2DCodeContext. tick(ExecutionContext source)protected voidP3DCodeContext. tick(ExecutionContext source)
-