QueryDataModified
public interface QueryDataModificationListener
Modifier and Type | Method | Description |
---|---|---|
void |
onQueryDataModified(java.lang.String key,
CQEventArg args) |
Defines a listener method for notifying application when an item is added, updated or removed from the Continuous Query result.
|
void onQueryDataModified(java.lang.String key, CQEventArg args)
key
- Key removed, added, or updated.args
- Information about Continuous Query event arguments.