public interface IContainerListener
Modifier and Type | Method and Description |
---|---|
void |
afterAdded(IControl control)
Will be invoked after a control was added
|
void |
beforeRemove(IControl control)
Will be invoked before a control will be removed
|
void afterAdded(IControl control)
control
- The control that was addedvoid beforeRemove(IControl control)
control
- The control that will be removedSiehe auch Jowidgets Nutzerhandbuch