List of usage examples for android.content Loader.OnLoadCompleteListener interface-usage
From source file can.yrt.onebusaway.map.RouteMapController.java
public class RouteMapController implements MapModeController, LoaderManager.LoaderCallbacks<ObaStopsForRouteResponse>, Loader.OnLoadCompleteListener<ObaStopsForRouteResponse> { private static final String TAG = "RouteMapController";
From source file com.joulespersecond.seattlebusbot.map.RouteMapController.java
public class RouteMapController implements MapModeController, LoaderManager.LoaderCallbacks<ObaStopsForRouteResponse>, Loader.OnLoadCompleteListener<ObaStopsForRouteResponse> { private static final String TAG = "RouteMapController";
From source file org.onebusaway.android.map.StopsRequest.java
public class StopMapController implements MapModeController, LoaderManager.LoaderCallbacks<StopsResponse>, Loader.OnLoadCompleteListener<StopsResponse>, MapWatcher.Listener { private static final String TAG = "StopMapController"; private static final int STOPS_LOADER = 5678;