org.opennms.features.poller.remote.gwt.client.remoteevents
Interface MapRemoteEventHandler

All Known Subinterfaces:
RemotePollerPresenter
All Known Implementing Classes:
DataManager, DefaultLocationManager

public interface MapRemoteEventHandler


Field Summary
static de.novanic.eventservice.client.event.domain.Domain LOCATION_EVENT_DOMAIN
          Constant LOCATION_EVENT_DOMAIN
 
Method Summary
 void removeApplication(String applicationName)
          removeApplication
 void updateApplication(ApplicationInfo applicationInfo)
          updateApplication
 void updateComplete()
          This action is used to respond to server-side events sent when all initial location updates are complete.
 void updateLocation(LocationInfo locationInfo)
          This action is used to respond to server-side events when a location is updated.
 void updateLocations(Collection<LocationInfo> locations)
           
 

Field Detail

LOCATION_EVENT_DOMAIN

static final de.novanic.eventservice.client.event.domain.Domain LOCATION_EVENT_DOMAIN
Constant LOCATION_EVENT_DOMAIN

Method Detail

updateLocation

void updateLocation(LocationInfo locationInfo)
This action is used to respond to server-side events when a location is updated.

Parameters:
locationInfo - a LocationInfo object.

updateLocations

void updateLocations(Collection<LocationInfo> locations)

removeApplication

void removeApplication(String applicationName)

removeApplication

Parameters:
applicationName - a String object.

updateApplication

void updateApplication(ApplicationInfo applicationInfo)

updateApplication

Parameters:
applicationInfo - a ApplicationInfo object.

updateComplete

void updateComplete()
This action is used to respond to server-side events sent when all initial location updates are complete.



Copyright © 2011. All Rights Reserved.