public interface IListModelListener
Modifier and Type | Method and Description |
---|---|
void |
afterChildAdded(int index)
Will be invoked after a child was added
|
void |
afterChildRemoved(int index)
Will be invoked after a child was removed
|
void |
beforeChildRemove(int index)
Will be invoked before a child will be removed
|
void afterChildAdded(int index)
index
- The index where the child was addedvoid beforeChildRemove(int index)
index
- The index of the child to removevoid afterChildRemoved(int index)
index
- The index of the removed childSiehe auch Jowidgets Nutzerhandbuch