|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PreferenceModelListener
A listener to a PreferenceModel, gets informed about changes in the model.
| Method Summary | |
|---|---|
void |
preferenceAdded(PreferenceModel model,
int beginIndex,
int endIndex)
Called when new preferences have been added to model. |
void |
preferenceChanged(PreferenceModel model,
int beginIndex,
int endIndex)
Called when some preferences have been changed. |
void |
preferenceRemoved(PreferenceModel model,
int beginIndex,
int endIndex)
Called when some preferences have been removed from model. |
| Method Detail |
|---|
void preferenceAdded(PreferenceModel model,
int beginIndex,
int endIndex)
model.
model - the model that changedbeginIndex - the index of the first new preferenceendIndex - the index of the last new preference
void preferenceRemoved(PreferenceModel model,
int beginIndex,
int endIndex)
model.
model - the model that changedbeginIndex - the old index of the first preference that was removedendIndex - the old index of the last preference that was removed
void preferenceChanged(PreferenceModel model,
int beginIndex,
int endIndex)
PreferenceOperations.
model - the source of the eventbeginIndex - the index of the first preference that changedendIndex - the index of the last preference that changeds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||