org.onebusaway.webapp.gwt.tripplanner_library.view
Class TripPlanResultTablePresenter

java.lang.Object
  extended by org.onebusaway.webapp.gwt.tripplanner_library.view.TripPlanResultTablePresenter
All Implemented Interfaces:
ModelListener<TripPlanModel>
Direct Known Subclasses:
CustomTripPlanResultTablePresenter

public class TripPlanResultTablePresenter
extends Object
implements ModelListener<TripPlanModel>


Constructor Summary
TripPlanResultTablePresenter()
           
 
Method Summary
 void clear()
           
 com.google.gwt.user.client.ui.Widget getWidget()
           
 void handleUpdate(TripPlanModel model)
           
 void onFailure(Throwable ex)
           
 void setMapWidget(com.google.gwt.maps.client.MapWidget map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripPlanResultTablePresenter

public TripPlanResultTablePresenter()
Method Detail

setMapWidget

public void setMapWidget(com.google.gwt.maps.client.MapWidget map)

getWidget

public com.google.gwt.user.client.ui.Widget getWidget()

clear

public void clear()

handleUpdate

public void handleUpdate(TripPlanModel model)
Specified by:
handleUpdate in interface ModelListener<TripPlanModel>

onFailure

public void onFailure(Throwable ex)


Copyright © 2012 OneBusAway. All Rights Reserved.