public interface DataChangedListener
ListModel
changes its state thus indicating to the view that it should refresh.Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
dataChanged(int type,
int index)
Invoked when there was a change in the underlying model
|
static final int REMOVED
static final int ADDED
static final int CHANGED