org.onebusaway.webapp.gwt.where_library.impl
Class StopsForRegionServiceImpl

java.lang.Object
  extended by org.onebusaway.webapp.gwt.where_library.impl.StopsForRegionServiceImpl
All Implemented Interfaces:
StopsForRegionService

public class StopsForRegionServiceImpl
extends Object
implements StopsForRegionService


Constructor Summary
StopsForRegionServiceImpl()
           
 
Method Summary
 void getStopsForRegion(CoordinateBounds bounds, com.google.gwt.user.client.rpc.AsyncCallback<List<StopBean>> callback)
           
 WebappServiceAsync getWebappService()
           
 void setLatStep(double latStep)
           
 void setLonStep(double lonStep)
           
 void setWebappService(WebappServiceAsync webappService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopsForRegionServiceImpl

public StopsForRegionServiceImpl()
Method Detail

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.