org.opennms.features.poller.remote.gwt.client.remoteevents
Class LocationUpdatedRemoteEvent

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.client.remoteevents.LocationUpdatedRemoteEvent
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, de.novanic.eventservice.client.event.Event, Serializable, MapRemoteEvent

public class LocationUpdatedRemoteEvent
extends Object
implements MapRemoteEvent

LocationUpdatedRemoteEvent class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
LocationUpdatedRemoteEvent()
          Constructor for LocationUpdatedRemoteEvent.
LocationUpdatedRemoteEvent(LocationInfo locationInfo)
          Constructor for LocationUpdatedRemoteEvent.
 
Method Summary
 void dispatch(MapRemoteEventHandler locationManager)
          dispatch
 LocationInfo getLocationInfo()
          getLocationInfo
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationUpdatedRemoteEvent

public LocationUpdatedRemoteEvent()

Constructor for LocationUpdatedRemoteEvent.


LocationUpdatedRemoteEvent

public LocationUpdatedRemoteEvent(LocationInfo locationInfo)

Constructor for LocationUpdatedRemoteEvent.

Parameters:
locationInfo - a LocationInfo object.
Method Detail

getLocationInfo

public LocationInfo getLocationInfo()

getLocationInfo

Returns:
a LocationInfo object.

dispatch

public void dispatch(MapRemoteEventHandler locationManager)

dispatch

Specified by:
dispatch in interface MapRemoteEvent
Parameters:
locationManager - a RemotePollerPresenter object.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.