public interface IParentListener<PARENT_TYPE extends IWidget>
Modifier and Type | Method and Description |
---|---|
void |
parentChanged(PARENT_TYPE oldParent,
PARENT_TYPE newParent)
Will be invoked if the parent has been changed
|
void parentChanged(PARENT_TYPE oldParent, PARENT_TYPE newParent)
oldParent
- The old parentnewParent
- The new parentSiehe auch Jowidgets Nutzerhandbuch