onWarnings abstract method
- List<
WarningUpdate> warnings, - WarningsRegistry warningsRegistry
Called after the every location update was processed.
-
warningsThe list of warning objects containing details about each warning. -
warningsRegistryWarningsRegistry object to retrieve the concrete warning instance.
Implementation
void onWarnings(List<WarningUpdate> warnings, WarningsRegistry warningsRegistry);