org.onebusaway.webapp.gwt.where_library.impl
Class StopsForRegionServiceImpl
java.lang.Object
org.onebusaway.webapp.gwt.where_library.impl.StopsForRegionServiceImpl
- All Implemented Interfaces:
- StopsForRegionService
public class StopsForRegionServiceImpl
- extends Object
- implements StopsForRegionService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopsForRegionServiceImpl
public StopsForRegionServiceImpl()
setLatStep
public void setLatStep(double latStep)
setLonStep
public void setLonStep(double lonStep)
setWebappService
public void setWebappService(WebappServiceAsync webappService)
getWebappService
public WebappServiceAsync getWebappService()
getStopsForRegion
public void getStopsForRegion(CoordinateBounds bounds,
com.google.gwt.user.client.rpc.AsyncCallback<List<StopBean>> callback)
- Specified by:
getStopsForRegion
in interface StopsForRegionService
Copyright © 2012 OneBusAway. All Rights Reserved.