|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainerManagerListener
Container manager listener. Instances of this interface may be registered via
calls to IContainerManager.addListener(IContainerManagerListener).
When subsequent additions to the IContainerManager occur, the
containerAdded(IContainer) method will be called. When container
removals occur, containerRemoved(IContainer). Note that these
methods will be called by arbitrary threads.
| Method Summary | |
|---|---|
void |
containerAdded(IContainer container)
Container added to the implementing IContainerManager. |
void |
containerRemoved(IContainer container)
Container removed from the implementing IContainerManager. |
| Method Detail |
|---|
void containerAdded(IContainer container)
container - the IContainer added. Will not be null.void containerRemoved(IContainer container)
container - the IContainer removed. Will not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||