Skip to main content

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 NameTypeDescription
queryQuerythe query
pinpointsList <Pinpoint >the pinpoints

onEventsUpdated(Query query, List <Event > events)

Type: void

The action which is called when livemap events are updated.

Parameter NameTypeDescription
queryQuerythe query
eventsList <Event >the events