loadData abstract method

void loadData(
  1. ElectronicHorizonUpdate electronicHorizonUpdate
)

Requests data for all added segments and removes cached data for segments that are not part of the horizon anymore.

  • electronicHorizonUpdate The update that contains the segments to add to the cache and the segments to remove from the cache.

Implementation

void loadData(ElectronicHorizonUpdate electronicHorizonUpdate);