org.onebusaway.webapp.gwt.geo_location_library
Class GeoLocationEvent

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.GeoLocationEvent

public class GeoLocationEvent
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
GeoLocationEvent(double timestamp, double lat, double lon)
           
 
Method Summary
protected  void dispatch(GeoLocationHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> getAssociatedType()
           
 double getLat()
           
 double getLon()
           
 double getTimestamp()
           
 
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

GeoLocationEvent

public GeoLocationEvent(double timestamp,
                        double lat,
                        double lon)
Method Detail

getTimestamp

public double getTimestamp()

getLat

public double getLat()

getLon

public double getLon()

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.