org.onebusaway.webapp.gwt.viewkit
Class AbstractApplication
java.lang.Object
org.onebusaway.webapp.gwt.viewkit.AbstractApplication
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint, ContextListener
- Direct Known Subclasses:
- MobileApplication
public class AbstractApplication
- extends Object
- implements com.google.gwt.core.client.EntryPoint, ContextListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractApplication
public AbstractApplication()
getContextManager
public ContextManager getContextManager()
- Public Methods
setContextManager
public void setContextManager(ContextManager contextManager)
onModuleLoad
public void onModuleLoad()
EntryPoint
- Specified by:
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
onContextChanged
public void onContextChanged(Context context)
- Specified by:
onContextChanged
in interface ContextListener
setRootViewController
protected void setRootViewController(ViewController viewController)
Copyright © 2012 OneBusAway. All Rights Reserved.