|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataChangedListener
Event callback interface invoked when a ListModel
changes its state thus indicating to the view that it should refresh.
Field Summary | |
---|---|
static int |
ADDED
Type value for added data in ListModel |
static int |
CHANGED
Type value for changed data in ListModel |
static int |
REMOVED
Type value for removed data in ListModel |
Method Summary | |
---|---|
void |
dataChanged(int type,
int index)
Invoked when there was a change in the underlying model |
Field Detail |
---|
static final int REMOVED
static final int ADDED
static final int CHANGED
Method Detail |
---|
void dataChanged(int type, int index)
type
- the type data change; REMOVED, ADDED or CHANGEDindex
- item index in a list model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |