org.opennms.features.poller.remote.gwt.client
Class Application
java.lang.Object
org.opennms.features.poller.remote.gwt.client.Application
- All Implemented Interfaces:
- com.google.gwt.event.shared.EventHandler, LocationsUpdatedEventHandler
public class Application
- extends Object
- implements LocationsUpdatedEventHandler
Entry point classes define onModuleLoad().
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
|
Constructor Summary |
Application(com.google.gwt.event.shared.HandlerManager eventBus)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application(com.google.gwt.event.shared.HandlerManager eventBus)
initialize
public void initialize(ApplicationView view,
LocationStatusServiceAsync remoteService,
de.novanic.eventservice.client.event.RemoteEventService remoteEventService,
CommandExecutor executor)
onApplicationViewSelected
public void onApplicationViewSelected()
onLocationViewSelected
public void onLocationViewSelected()
onLocationsUpdated
public void onLocationsUpdated(LocationsUpdatedEvent e)
onLocationsUpdated
- Specified by:
onLocationsUpdated in interface LocationsUpdatedEventHandler
- Parameters:
e - a LocationsUpdatedEvent object.
Copyright © 2011. All Rights Reserved.