- java.lang.Object
-
- org.praxislive.code.CodeDelegate
-
- org.praxislive.code.CodeRootDelegate
-
- Direct Known Subclasses:
CodeRootContainerDelegate
public class CodeRootDelegate extends CodeDelegate
Base class for user rewritable Root code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CodeRootDelegate.Driver
Mark a field referencing an interface implementation to be wrapped by an interface proxy, and used to drive updates of the root.
-
Constructor Summary
Constructors Constructor Description CodeRootDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Hook called whenever the delegate needs to be initialized.
-