updateHotList abstract method

  1. @protected
void updateHotList(
  1. HotListChanges<Record, Key> changes
)

Called when the list of records needs to be modified.

Changes are described by the HotListChanges object that contains records to be added to the list and unique identifiers (keys) of records to be removed from the list.

Implementation

@protected
void updateHotList(HotListChanges<Record, Key> changes);