Class VideoCodeContext<D extends VideoCodeDelegate>

    • Method Detail

      • configure

        protected void configure​(CodeComponent<D> cmp,
                                 CodeContext<D> oldCtxt)
        Description copied from class: CodeContext
        A hook method that will be called when the CodeContext is configured on a component. It is called after controls, ports and refs have been configured. Subclasses may override this to do additional configuration. The default implementation does nothing.
        Overrides:
        configure in class CodeContext<D extends VideoCodeDelegate>
        Parameters:
        cmp - component being attached to
        oldCtxt - previous context, or null if there was none
      • tick

        protected void tick​(ExecutionContext source)
        Description copied from class: CodeContext
        Hook called by the clock listener on the execution context. The default implementation does nothing.
        Overrides:
        tick in class CodeContext<D extends VideoCodeDelegate>
        Parameters:
        source - execution context