public interface IContainerRegistry
Modifier and Type | Method and Description |
---|---|
void |
register(IControl control)
The method will be invoked for all eventually created children
(recursively) of the container once.
|
void |
unregister(IControl control)
This method will be invoked for all children (recursively) of the
container that will be removed / disposed.
|
void register(IControl control)
control
- The control that has been added to this container
or to one of its childrenvoid unregister(IControl control)
control
- The control before it will be removed / disposedSiehe auch Jowidgets Nutzerhandbuch