java.lang.Object
org.praxislive.code.CodeDelegate
org.praxislive.code.CodeRootDelegate
- Direct Known Subclasses:
CodeRootContainerDelegate
Base class for user rewritable Root code.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceMark a field referencing an interface implementation to be wrapped by an interface proxy, and used to drive updates of the root. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Hook called whenever the delegate needs to be initialized.
-
Constructor Details
-
CodeRootDelegate
public CodeRootDelegate()
-
-
Method Details
-
init
public void init()Hook called whenever the delegate needs to be initialized. Will be called when the root is started, and any time the code is updated. Because this code is called in a running root, the code should be suitable for real-time usage.
-