org.onebusaway.webapp.gwt.viewkit
Interface ContextAware

All Known Implementing Classes:
BookmarksListViewModel, BookmarksViewController, BookmarkViewController, ListViewController, ListViewModel, MapViewController, NavigationController, RecentStopsListViewModel, RecentStopsViewController, SearchViewController, StopWithArrivalsAndDeparturesListViewModel, StopWithArrivalsAndDeparturesViewController, TabBarController, ViewController

public interface ContextAware


Method Summary
 void handleContext(List<String> path, Map<String,String> context)
           
 void retrieveContext(List<String> path, Map<String,String> context)
           
 

Method Detail

handleContext

void handleContext(List<String> path,
                   Map<String,String> context)

retrieveContext

void retrieveContext(List<String> path,
                     Map<String,String> context)


Copyright © 2012 OneBusAway. All Rights Reserved.