org.onebusaway.webapp.gwt.geo_location_library
Class GeoLocationErrorEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>
          extended by org.onebusaway.webapp.gwt.geo_location_library.GeoLocationErrorEvent

public class GeoLocationErrorEvent
extends com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> TYPE
           
 
Constructor Summary
GeoLocationErrorEvent(int code, String message)
           
 
Method Summary
protected  void dispatch(GeoLocationHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> getAssociatedType()
           
 int getCode()
           
 String getMessage()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> TYPE
Constructor Detail

GeoLocationErrorEvent

public GeoLocationErrorEvent(int code,
                             String message)
Method Detail

getCode

public int getCode()

getMessage

public String getMessage()

dispatch

protected void dispatch(GeoLocationHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>

getAssociatedType

public final com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>


Copyright © 2012 OneBusAway. All Rights Reserved.