org.onebusaway.webapp.gwt.common
Class AbstractMultiPageApplication

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.AbstractMultiPageApplication
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, ContextListener, ExceptionListener

public class AbstractMultiPageApplication
extends Object
implements com.google.gwt.core.client.EntryPoint, ContextListener, ExceptionListener


Constructor Summary
AbstractMultiPageApplication()
           
 
Method Summary
protected  void addPage(String key, IPageSource page)
          Private Methods
static AbstractMultiPageApplication getApp()
          Static Methods
 void onContextChanged(Context context)
          ContextListener Interface
 void onException(Throwable ex)
          ExceptionListener Interface
 void onModuleLoad()
          EntryPoint
protected  void setExceptionPage(IPageSource exceptionPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMultiPageApplication

public AbstractMultiPageApplication()
Method Detail

getApp

public static AbstractMultiPageApplication getApp()
Static Methods


onException

public void onException(Throwable ex)
ExceptionListener Interface

Specified by:
onException in interface ExceptionListener

onModuleLoad

public void onModuleLoad()
EntryPoint

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

onContextChanged

public void onContextChanged(Context context)
ContextListener Interface

Specified by:
onContextChanged in interface ContextListener

addPage

protected void addPage(String key,
                       IPageSource page)
Private Methods


setExceptionPage

protected void setExceptionPage(IPageSource exceptionPage)


Copyright © 2012 OneBusAway. All Rights Reserved.