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

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

public class LocationsUpdatedEvent
extends com.google.gwt.event.shared.GwtEvent<LocationsUpdatedEventHandler>

LocationsUpdatedEvent 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<LocationsUpdatedEventHandler> TYPE
          Constant TYPE
 
Constructor Summary
LocationsUpdatedEvent()
          Constructor for LocationsUpdatedEvent.
 
Method Summary
protected  void dispatch(LocationsUpdatedEventHandler handler)
          
 com.google.gwt.event.shared.GwtEvent.Type<LocationsUpdatedEventHandler> getAssociatedType()
          
 String getEventString()
          getEventString
 void setEventString(String eventString)
          setEventString
 
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<LocationsUpdatedEventHandler> TYPE
Constant TYPE

Constructor Detail

LocationsUpdatedEvent

public LocationsUpdatedEvent()

Constructor for LocationsUpdatedEvent.

Method Detail

dispatch

protected void dispatch(LocationsUpdatedEventHandler handler)

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

getAssociatedType

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

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

setEventString

public void setEventString(String eventString)

setEventString

Parameters:
eventString - a String object.

getEventString

public String getEventString()

getEventString

Returns:
a String object.


Copyright © 2011. All Rights Reserved.