Follow us on GitHub

com.google.gwt.maps.client.events.overlaycomplete
Class OverlayCompleteMapEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.google.gwt.maps.client.events.MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>
              extended by com.google.gwt.maps.client.events.overlaycomplete.OverlayCompleteMapEvent

public class OverlayCompleteMapEvent
extends MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Field Summary
static GwtEvent.Type<OverlayCompleteMapHandler> TYPE
           
 
Fields inherited from class com.google.gwt.maps.client.events.MapEvent
properties
 
Constructor Summary
OverlayCompleteMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
           
 
Method Summary
protected  void dispatch(OverlayCompleteMapHandler handler)
          implement in the event that inherits this
 GwtEvent.Type<OverlayCompleteMapHandler> getAssociatedType()
          implement in the event that inherits this
 Circle getCircle()
           
 Marker getMarker()
           
 OverlayType getOverlayType()
           
 Polygon getPolygon()
           
 Polyline getPolyline()
           
 Rectangle getRectangle()
           
 
Methods inherited from class com.google.gwt.maps.client.events.MapEvent
getAsJson, getProperties
 
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 GwtEvent.Type<OverlayCompleteMapHandler> TYPE
Constructor Detail

OverlayCompleteMapEvent

public OverlayCompleteMapEvent(com.google.gwt.ajaxloader.client.Properties properties)
Method Detail

getAssociatedType

public GwtEvent.Type<OverlayCompleteMapHandler> getAssociatedType()
Description copied from class: MapEvent
implement in the event that inherits this

Specified by:
getAssociatedType in class MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>

dispatch

protected void dispatch(OverlayCompleteMapHandler handler)
Description copied from class: MapEvent
implement in the event that inherits this

Specified by:
dispatch in class MapEvent<OverlayCompleteMapHandler,OverlayCompleteMapEvent>

getOverlayType

public OverlayType getOverlayType()

getCircle

public Circle getCircle()

getMarker

public Marker getMarker()

getPolygon

public Polygon getPolygon()

getPolyline

public Polyline getPolyline()

getRectangle

public Rectangle getRectangle()


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.