public interface ChoiceListener
Choice
.Modifier and Type | Method and Description |
---|---|
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.
|
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 entryvoid 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 entryvoid 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