List change callback, invoked for every change to the list
Methods
onListChanged(listName,entries)
void onListChanged(String listName, java.util.List entries)
argument | type | description |
---|---|---|
listName | String | The name of the list that changed |
entries | List | A list containing all the record names |
Notified whenever the entries in the list change