Called when the hierarchy changes, which might be because the component
hierarchy has changed (see Component.hierarchyChanged()), the
context has been added or is being removed from the component, or for any
other reason that cached information should be invalidated (eg. anything
retrieved from the lookup).
Hook called when the code context becomes active, either as a result of
the execution context becoming active or the code context being attached
to a component within an active execution context.
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.
Called when the hierarchy changes, which might be because the component
hierarchy has changed (see Component.hierarchyChanged()), the
context has been added or is being removed from the component, or for any
other reason that cached information should be invalidated (eg. anything
retrieved from the lookup). Subclasses may override this to handle such
events / invalidate lookup results. The default implementation does
nothing.
Hook called when the code context becomes active, either as a result of
the execution context becoming active or the code context being attached
to a component within an active execution context.