org.onebusaway.webapp.gwt.geo_location_library
Class GeoLocationEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>
org.onebusaway.webapp.gwt.geo_location_library.GeoLocationEvent
public class GeoLocationEvent
- extends com.google.gwt.event.shared.GwtEvent<GeoLocationHandler>
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
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 |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<GeoLocationHandler> TYPE
GeoLocationEvent
public GeoLocationEvent(double timestamp,
double lat,
double lon)
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.