TileUpdateRequester

public interface TileUpdateRequester


Interface used for a Tile Service to notify a Tile Renderer that it should fetch a new Timeline from it.

Summary

Public methods

abstract void

Notify the Tile Renderer that it should fetch a new Timeline from this Tile Service.

Public methods

requestUpdate

Added in 1.0.0
abstract void requestUpdate(@NonNull Class<TileService> tileService)

Notify the Tile Renderer that it should fetch a new Timeline from this Tile Service.