Invoking Methods in Different States

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1992

This topic has not yet been written. The content below is from the topic description.
As a bean moves through different states, you might want to invoke some methods on other beans or the same bean. Example 7.23, “Invoking Methods in Different-States� shows how Entry invokes RepositoryManager's add and removeEntry methods to register and unregister itself. Example 7.23. Invoking Methods in Different-States