- java.lang.Object
-
- org.praxislive.code.CodeContext<P3DCodeDelegate>
-
- org.praxislive.video.pgl.code.P3DCodeContext
-
public class P3DCodeContext extends CodeContext<P3DCodeDelegate>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeContext
CodeContext.ClockListener
-
-
Constructor Summary
Constructors Constructor Description P3DCodeContext(P3DCodeConnector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)voidstarting(ExecutionContext source)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
-
P3DCodeContext
public P3DCodeContext(P3DCodeConnector connector)
-
-
Method Detail
-
configure
protected void configure(CodeComponent<P3DCodeDelegate> cmp, CodeContext<P3DCodeDelegate> oldCtxt)
- Overrides:
configurein classCodeContext<P3DCodeDelegate>
-
starting
public void starting(ExecutionContext source)
- Overrides:
startingin classCodeContext<P3DCodeDelegate>
-
stopping
protected void stopping(ExecutionContext source, boolean fullStop)
- Overrides:
stoppingin classCodeContext<P3DCodeDelegate>
-
tick
protected void tick(ExecutionContext source)
- Overrides:
tickin classCodeContext<P3DCodeDelegate>
-
-