org.onebusaway.webapp.gwt.common.context
Interface ContextManager

All Known Implementing Classes:
AbstractContextManager, DirectContextManager, HistoryContextManager

public interface ContextManager


Method Summary
 void addContextListener(ContextListener listener)
           
 Context getContext()
           
 String getContextAsString(Context context)
           
 void removeContextListener(ContextListener listener)
           
 void setContext(Context context)
           
 

Method Detail

addContextListener

void addContextListener(ContextListener listener)

removeContextListener

void removeContextListener(ContextListener listener)

getContext

Context getContext()

getContextAsString

String getContextAsString(Context context)

setContext

void setContext(Context context)


Copyright © 2012 OneBusAway. All Rights Reserved.