Class AbstractContainer.Delegate

All Implemented Interfaces:
Component, Container, Lookup.Provider
Enclosing class:
AbstractContainer

public abstract static class AbstractContainer.Delegate extends AbstractContainer
Delegate base class to be used inside a wrapper class implementing Container. The abstract methods must be implemented to return the information from the wrapper, or in the case of notifyChild(org.praxislive.core.Component) call through to Component.parentNotify(org.praxislive.core.Container) with the wrapper.