The java.beans.beancontext.BeanContext Interface

Classes implementing the java.beans.beancontext.BeanContext interface can participate in a formal bean hierarchy that enables beans to recognize or interact with their environment, also known as their context. This interface provides the standard data fields and methods for Java bean containers and their services. The code required to implement the methods defined by this interface can be tricky. The Java platform provides the java.beans.beancontext.BeanContextSupport class, which implements the java.beans.BeanContextChild interface for you.

Note

The java.beans.beancontext.BeanContext interface extends the java.beans.beancontext.BeanContextChild interface. This allows beans instantiated from ...

Get JavaBeans Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.