Follow us on GitHub

com.google.gwt.maps.client.events
Class MapEvent<H extends MapHandler<E>,E>

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<H,E>
Type Parameters:
H - MapHandler
E - MapEvent
Direct Known Subclasses:
AnimationChangeMapEvent, BoundsChangeMapEvent, CenterChangeMapEvent, ChannelNumberChangeMapEvent, CircleCompleteMapEvent, ClickableChangeMapEvent, ClickMapEvent, CloseClickMapEvent, ContentChangeMapEvent, CursorChangeMapEvent, DblClickMapEvent, DefaultViewportChangeMapEvent, DirectionsChangeMapEvent, DomReadyMapEvent, DragEndMapEvent, DraggableChangedMapEvent, DragMapEvent, DragStartMapEvent, FlatChangeMapEvent, FormatChangeMapEvent, FusionTablesMouseMapEvent, HeadingChangeMapEvent, IconChangeMapEvent, IdleMapEvent, InsertAtMapEvent, KmlMouseMapEvent, LinksChangeMapEvent, MapChangeMapEvent, MapTypeIdChangeMapEvent, MarkerCompleteMapEvent, MouseDownMapEvent, MouseMoveMapEvent, MouseOutMapEvent, MouseOverMapEvent, MouseUpMapEvent, OverlayCompleteMapEvent, PanoChangeMapEvent, PanoramioMouseMapEvent, PlaceChangeMapEvent, PolygonCompleteMapEvent, PolylineCompleteMapEvent, PositionChangeMapEvent, PovChangeMapEvent, ProjectionChangeMapEvent, RadiusChangeMapEvent, RectangleCompleteMapEvent, RemoveAtMapEvent, ResizeMapEvent, RightClickMapEvent, SetAtMapEvent, ShadowChangeMapEvent, ShapeChangeMapEvent, TilesLoadedMapEvent, TiltChangeMapEvent, TitleChangeMapEvent, VisibleChangeMapEvent, ZindexChangeMapEvent, ZoomChangeMapEvent

public abstract class MapEvent<H extends MapHandler<E>,E>
extends GwtEvent<H>

Inherit this into unique Map Event


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Field Summary
protected  com.google.gwt.ajaxloader.client.Properties properties
          properties from the map event call back Properties
 
Constructor Summary
MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
          create a new map event
 
Method Summary
protected abstract  void dispatch(H handler)
          implement in the event that inherits this
protected  String getAsJson(JavaScriptObject jso)
          get property object as json
abstract  GwtEvent.Type<H> getAssociatedType()
          implement in the event that inherits this
 com.google.gwt.ajaxloader.client.Properties getProperties()
          get the raw properties
 
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

properties

protected com.google.gwt.ajaxloader.client.Properties properties
properties from the map event call back Properties

Constructor Detail

MapEvent

public MapEvent(com.google.gwt.ajaxloader.client.Properties properties)
create a new map event

Parameters:
properties -
Method Detail

getProperties

public com.google.gwt.ajaxloader.client.Properties getProperties()
get the raw properties

Returns:
Properties

getAssociatedType

public abstract GwtEvent.Type<H> getAssociatedType()
implement in the event that inherits this

Overrides:
getAssociatedType in class GwtEvent<H extends MapHandler<E>>

dispatch

protected abstract void dispatch(H handler)
implement in the event that inherits this

Specified by:
dispatch in class GwtEvent<H extends MapHandler<E>>

getAsJson

protected String getAsJson(JavaScriptObject jso)
get property object as json

Parameters:
jso -


Follow us on GitHub

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