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

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.context.AbstractContextManager
All Implemented Interfaces:
ContextManager
Direct Known Subclasses:
DirectContextManager, HistoryContextManager

public abstract class AbstractContextManager
extends Object
implements ContextManager


Constructor Summary
AbstractContextManager()
           
 
Method Summary
 void addContextListener(ContextListener listener)
           
protected  void fireContextChanged(Context context)
           
 Context getContext()
           
 void removeContextListener(ContextListener listener)
           
protected  void setInternalContext(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.onebusaway.webapp.gwt.common.context.ContextManager
getContextAsString, setContext
 

Constructor Detail

AbstractContextManager

public AbstractContextManager()
Method Detail

addContextListener

public void addContextListener(ContextListener listener)
Specified by:
addContextListener in interface ContextManager

removeContextListener

public void removeContextListener(ContextListener listener)
Specified by:
removeContextListener in interface ContextManager

getContext

public Context getContext()
Specified by:
getContext in interface ContextManager

setInternalContext

protected void setInternalContext(Context context)

fireContextChanged

protected void fireContextChanged(Context context)


Copyright © 2012 OneBusAway. All Rights Reserved.