ContentUpdatedListener
ContentUpdatedListener
Type: public interface
The content updated listener
onPinpointsUpdated(Query query, List <Pinpoint > pinpoints)
Type: void
The action which is called when livemap pinpoints are updated.
| Parameter Name | Type | Description |
|---|---|---|
| query | Query | the query |
| pinpoints | List <Pinpoint > | the pinpoints |
onEventsUpdated(Query query, List <Event > events)
Type: void
The action which is called when livemap events are updated.
| Parameter Name | Type | Description |
|---|---|---|
| query | Query | the query |
| events | List <Event > | the events |