- java.lang.Object
-
- org.praxislive.code.CodeDelegate
-
- org.praxislive.code.CodeRootDelegate
-
- org.praxislive.code.CodeRootContainerDelegate
-
- Direct Known Subclasses:
CoreRootContainerDelegate
public class CodeRootContainerDelegate extends CodeRootDelegate
Base class for user rewritable Root container code.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeRootDelegate
CodeRootDelegate.Driver
-
-
Constructor Summary
Constructors Constructor Description CodeRootContainerDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>
children()
Stream of child IDs.void
init()
Hook called whenever the delegate needs to be initialized.
-
-
-
Method Detail
-
init
public void init()
Description copied from class:CodeRootDelegate
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.- Overrides:
init
in classCodeRootDelegate
-
-