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

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

public class LocationsUpdatedRemoteEvent
extends Object
implements MapRemoteEvent

LocationsUpdatedRemoteEvent class.

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

Constructor Summary
LocationsUpdatedRemoteEvent()
          Constructor for LocationsUpdatedRemoteEvent.
LocationsUpdatedRemoteEvent(Collection<LocationInfo> locations)
          Constructor for LocationsUpdatedRemoteEvent.
 
Method Summary
 void dispatch(MapRemoteEventHandler locationManager)
          dispatch
 Collection<LocationInfo> getLocations()
          getLocations
 void setLocations(Collection<LocationInfo> locations)
          setLocations
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationsUpdatedRemoteEvent

public LocationsUpdatedRemoteEvent()

Constructor for LocationsUpdatedRemoteEvent.


LocationsUpdatedRemoteEvent

public LocationsUpdatedRemoteEvent(Collection<LocationInfo> locations)

Constructor for LocationsUpdatedRemoteEvent.

Parameters:
locations - a Collection object.
Method Detail

getLocations

public Collection<LocationInfo> getLocations()

getLocations

Returns:
a Collection object.

setLocations

public void setLocations(Collection<LocationInfo> locations)

setLocations

Parameters:
locations - a Collection 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.