|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoreChangeListener
A listener that is notified when a IStore changes in size, or an element is modified
| Field Summary | |
|---|---|
static int |
ADDED
An element has been added to the Store |
static int |
DELETED
An element has been deleted from the Store |
static int |
MODIFIED
An element has been modified in the Store |
static int |
RENAMED
An element has been renamed in the Store |
| Method Summary | |
|---|---|
void |
storeChanged(ArrayList list,
int index,
int change)
This is called when the store has changed, or an element in the store has changed |
| Field Detail |
|---|
static final int ADDED
static final int DELETED
static final int RENAMED
static final int MODIFIED
| Method Detail |
|---|
void storeChanged(ArrayList list,
int index,
int change)
list - the list that has been changedindex - the index of the element that has changedchange - the type of change, ADDED, DELETED, RENAMED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||