public class ListModelAdapter extends java.lang.Object implements IListModelListener
Constructor and Description |
---|
ListModelAdapter() |
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
|
public void afterChildAdded(int index)
IListModelListener
afterChildAdded
in interface IListModelListener
index
- The index where the child was addedpublic void beforeChildRemove(int index)
IListModelListener
beforeChildRemove
in interface IListModelListener
index
- The index of the child to removepublic void afterChildRemoved(int index)
IListModelListener
afterChildRemoved
in interface IListModelListener
index
- The index of the removed childSiehe auch Jowidgets Nutzerhandbuch