-
- All Implemented Interfaces:
public interface GetLocationsCallback
Callback to observe locations on getLocations
-
-
Method Summary
Modifier and Type Method Description abstract void
onLocationsRetrieved(List<OnlineLocation> locations)
Invoked when locations retrieved -
-
Method Detail
-
onLocationsRetrieved
abstract void onLocationsRetrieved(List<OnlineLocation> locations)
Invoked when locations retrieved
- Parameters:
locations
- list of OnlineLocation
-
-
-
-