Module org.praxislive.code
Package org.praxislive.code
Class CodeRoot.Context<D extends CodeRootDelegate>
java.lang.Object
org.praxislive.code.CodeContext<D>
org.praxislive.code.CodeRoot.Context<D>
- Type Parameters:
D- wrapped delegate base type
- Direct Known Subclasses:
CodeRootContainer.Context
- Enclosing class:
CodeRoot<D extends CodeRootDelegate>
CodeContext subclass for CodeRoots.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.code.CodeContext
CodeContext.ClockListener -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.praxislive.code.CodeContext
addClockListener, checkActive, configure, controlIDs, dispose, flush, getAddress, getControl, getControlDescriptor, getDelegate, getExecutionContext, getInfo, getLog, getLogLevel, getLookup, getPort, getPortDescriptor, getTime, hierarchyChanged, invoke, invokeCallable, locateService, log, onInit, onReset, portIDs, removeClockListener, resetAndInitialize, tick, update
-
Constructor Details
-
Context
-
-
Method Details
-
getComponent
Description copied from class:CodeContextGet the code component this code context is attached to, if there is one.- Overrides:
getComponentin classCodeContext<D extends CodeRootDelegate>- Returns:
- code component, or null
-
onStart
protected void onStart()Description copied from class:CodeContextHook called when the execution context becomes active. TheCodeContext.onInit()hook will always have been called before this hook.- Overrides:
onStartin classCodeContext<D extends CodeRootDelegate>
-
onStop
protected void onStop()Description copied from class:CodeContextHook called when the execution context is stopping.- Overrides:
onStopin classCodeContext<D extends CodeRootDelegate>
-