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

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<GWTMarkerInfoWindowRefreshHandler>
      extended by org.opennms.features.poller.remote.gwt.client.events.GWTMarkerInfoWindowRefreshEvent

public class GWTMarkerInfoWindowRefreshEvent
extends com.google.gwt.event.shared.GwtEvent<GWTMarkerInfoWindowRefreshHandler>

This event is used to trigger a refresh of the marker details window (if it is visible) when any data related to the marker is updated by back-end RPC calls.


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<GWTMarkerInfoWindowRefreshHandler> TYPE
           
 
Constructor Summary
GWTMarkerInfoWindowRefreshEvent(GWTMarkerState markerState)
           
 
Method Summary
protected  void dispatch(GWTMarkerInfoWindowRefreshHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<GWTMarkerInfoWindowRefreshHandler> getAssociatedType()
           
 GWTMarkerState getMarkerState()
           
 void setMarkerState(GWTMarkerState m_marker)
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, 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<GWTMarkerInfoWindowRefreshHandler> TYPE
Constructor Detail

GWTMarkerInfoWindowRefreshEvent

public GWTMarkerInfoWindowRefreshEvent(GWTMarkerState markerState)
Method Detail

dispatch

protected void dispatch(GWTMarkerInfoWindowRefreshHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<GWTMarkerInfoWindowRefreshHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<GWTMarkerInfoWindowRefreshHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<GWTMarkerInfoWindowRefreshHandler>

setMarkerState

public void setMarkerState(GWTMarkerState m_marker)

getMarkerState

public GWTMarkerState getMarkerState()


Copyright © 2011. All Rights Reserved.