org.opennms.features.poller.remote.gwt.client.events
Class LocationPanelSelectEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<LocationPanelSelectEventHandler>
org.opennms.features.poller.remote.gwt.client.events.LocationPanelSelectEvent
public class LocationPanelSelectEvent
- extends com.google.gwt.event.shared.GwtEvent<LocationPanelSelectEventHandler>
LocationPanelSelectEvent class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| 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 |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<LocationPanelSelectEventHandler> TYPE
- Constant
TYPE
LocationPanelSelectEvent
public LocationPanelSelectEvent(String locationName)
Constructor for LocationPanelSelectEvent.
- Parameters:
locationName - a String object.
dispatch
protected void dispatch(LocationPanelSelectEventHandler handler)
-
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<LocationPanelSelectEventHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<LocationPanelSelectEventHandler> getAssociatedType()
-
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<LocationPanelSelectEventHandler>
getLocationName
public String getLocationName()
getLocationName
- Returns:
- a
String object.
Copyright © 2011. All Rights Reserved.