|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChoiceListener
A listener that is added to a Choice.
| Method Summary | |
|---|---|
void |
inserted(Choice choice,
int indexStart,
int indexEnd)
This method is called if some new entries have been added to choice |
void |
removed(Choice choice,
int indexStart,
int indexEnd)
This method is called if some new entries have been removed from choice |
void |
updated(Choice choice,
int indexStart,
int indexEnd)
This method is called if some entries have been updated, e.g. if the text of some entries changed |
| Method Detail |
|---|
void inserted(Choice choice,
int indexStart,
int indexEnd)
choice
choice - the source of the eventindexStart - the index of the first affected entryindexEnd - the index of the last affected entry
void removed(Choice choice,
int indexStart,
int indexEnd)
choice
choice - the source of the eventindexStart - the index of the first affected entryindexEnd - the index of the last affected entry
void updated(Choice choice,
int indexStart,
int indexEnd)
choice - the source of the eventindexStart - the index of the first affected entryindexEnd - the index of the last affected entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||