org.opennms.features.poller.remote.gwt.client.events
Class MapPanelBoundsChangedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<MapPanelBoundsChangedEventHandler>
          extended by org.opennms.features.poller.remote.gwt.client.events.MapPanelBoundsChangedEvent

public class MapPanelBoundsChangedEvent
extends com.google.gwt.event.shared.GwtEvent<MapPanelBoundsChangedEventHandler>

MapPanelBoundsChangedEvent class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

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<MapPanelBoundsChangedEventHandler> TYPE
          Constant TYPE
 
Constructor Summary
MapPanelBoundsChangedEvent(GWTBounds bounds)
          Constructor for MapPanelBoundsChangedEvent.
 
Method Summary
protected  void dispatch(MapPanelBoundsChangedEventHandler handler)
          
 com.google.gwt.event.shared.GwtEvent.Type<MapPanelBoundsChangedEventHandler> getAssociatedType()
          
 GWTBounds getBounds()
          getBounds
 
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 com.google.gwt.event.shared.GwtEvent.Type<MapPanelBoundsChangedEventHandler> TYPE
Constant TYPE

Constructor Detail

MapPanelBoundsChangedEvent

public MapPanelBoundsChangedEvent(GWTBounds bounds)

Constructor for MapPanelBoundsChangedEvent.

Parameters:
bounds - a GWTBounds object.
Method Detail

dispatch

protected void dispatch(MapPanelBoundsChangedEventHandler handler)

Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<MapPanelBoundsChangedEventHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<MapPanelBoundsChangedEventHandler> getAssociatedType()

Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<MapPanelBoundsChangedEventHandler>

getBounds

public GWTBounds getBounds()

getBounds

Returns:
a GWTBounds object.


Copyright © 2011. All Rights Reserved.