org.onebusaway.webapp.gwt.common.control
Interface PlaceSearchListener


public interface PlaceSearchListener


Method Summary
 void handleError()
           
 void handleMultipleResults(List<Place> locations)
           
 void handleNoResult()
           
 void handleSingleResult(Place place)
           
 

Method Detail

handleSingleResult

void handleSingleResult(Place place)

handleNoResult

void handleNoResult()

handleMultipleResults

void handleMultipleResults(List<Place> locations)

handleError

void handleError()


Copyright © 2012 OneBusAway. All Rights Reserved.