org.onebusaway.webapp.gwt.common.context
Class HistoryContextManager

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.context.AbstractContextManager
      extended by org.onebusaway.webapp.gwt.common.context.HistoryContextManager
All Implemented Interfaces:
com.google.gwt.event.logical.shared.ValueChangeHandler<String>, com.google.gwt.event.shared.EventHandler, ContextManager

public class HistoryContextManager
extends AbstractContextManager
implements com.google.gwt.event.logical.shared.ValueChangeHandler<String>


Constructor Summary
HistoryContextManager()
           
 
Method Summary
 String getContextAsString(Context context)
           
 void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
           
 void setContext(Context context)
           
 void setUrlCodingStrategy(UrlCodingStrategy strategy)
           
 
Methods inherited from class org.onebusaway.webapp.gwt.common.context.AbstractContextManager
addContextListener, fireContextChanged, getContext, removeContextListener, setInternalContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryContextManager

public HistoryContextManager()
Method Detail

setUrlCodingStrategy

public void setUrlCodingStrategy(UrlCodingStrategy strategy)

setContext

public void setContext(Context context)
Specified by:
setContext in interface ContextManager

getContextAsString

public String getContextAsString(Context context)
Specified by:
getContextAsString in interface ContextManager

onValueChange

public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
Specified by:
onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>


Copyright © 2012 OneBusAway. All Rights Reserved.