org.onebusaway.webapp.gwt.viewkit
Class AbstractApplication

java.lang.Object
  extended by 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


Constructor Summary
AbstractApplication()
           
 
Method Summary
 ContextManager getContextManager()
          Public Methods
 void onContextChanged(Context context)
           
 void onModuleLoad()
          EntryPoint
 void setContextManager(ContextManager contextManager)
           
protected  void setRootViewController(ViewController viewController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractApplication

public AbstractApplication()
Method Detail

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.