org.opennms.features.poller.remote.gwt.client
Class Application

java.lang.Object
  extended by 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)
           
 
Method Summary
 void initialize(ApplicationView view, LocationStatusServiceAsync remoteService, de.novanic.eventservice.client.event.RemoteEventService remoteEventService, CommandExecutor executor)
           
 void onApplicationViewSelected()
           
 void onLocationsUpdated(LocationsUpdatedEvent e)
          onLocationsUpdated
 void onLocationViewSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application(com.google.gwt.event.shared.HandlerManager eventBus)
Method Detail

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.