Module org.praxislive.video.code
Package org.praxislive.video.code
Class VideoCodeContext<D extends VideoCodeDelegate>
- java.lang.Object
-
- org.praxislive.code.CodeContext<D>
-
- org.praxislive.video.code.VideoCodeContext<D>
-
public class VideoCodeContext<D extends VideoCodeDelegate> extends CodeContext<D>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeContext
CodeContext.ClockListener
-
-
Constructor Summary
Constructors Constructor Description VideoCodeContext(VideoCodeConnector<D> connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)protected voidstarting(ExecutionContext source, boolean fullStart)protected voidstopping(ExecutionContext source, boolean fullStop)protected voidtick(ExecutionContext source)-
Methods inherited from class org.praxislive.code.CodeContext
addClockListener, checkActive, dispose, flush, getAddress, getComponent, getControl, getControlDescriptor, getControlIDs, getDelegate, getExecutionContext, getInfo, getLog, getLogLevel, getLookup, getPort, getPortDescriptor, getPortIDs, getTime, hierarchyChanged, invoke, locateService, log, removeClockListener, reset, starting, stopping, update
-
-
-
-
Constructor Detail
-
VideoCodeContext
public VideoCodeContext(VideoCodeConnector<D> connector)
-
-
Method Detail
-
configure
protected void configure(CodeComponent<D> cmp, CodeContext<D> oldCtxt)
- Overrides:
configurein classCodeContext<D extends VideoCodeDelegate>
-
starting
protected void starting(ExecutionContext source, boolean fullStart)
- Overrides:
startingin classCodeContext<D extends VideoCodeDelegate>
-
stopping
protected void stopping(ExecutionContext source, boolean fullStop)
- Overrides:
stoppingin classCodeContext<D extends VideoCodeDelegate>
-
tick
protected void tick(ExecutionContext source)
- Overrides:
tickin classCodeContext<D extends VideoCodeDelegate>
-
-