org.onebusaway.webapp.gwt.common.context
Class AbstractContextManager
java.lang.Object
org.onebusaway.webapp.gwt.common.context.AbstractContextManager
- All Implemented Interfaces:
- ContextManager
- Direct Known Subclasses:
- DirectContextManager, HistoryContextManager
public abstract class AbstractContextManager
- extends Object
- implements ContextManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContextManager
public AbstractContextManager()
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.