public class Application extends Object implements LocationsUpdatedEventHandler
Constructor and Description |
---|
Application(com.google.gwt.event.shared.HandlerManager eventBus) |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ApplicationView view,
LocationStatusServiceAsync remoteService,
de.novanic.eventservice.client.event.RemoteEventService remoteEventService,
CommandExecutor executor) |
void |
onApplicationViewSelected() |
void |
onLocationsUpdated(LocationsUpdatedEvent e)
onLocationsUpdated
|
void |
onLocationViewSelected() |
public Application(com.google.gwt.event.shared.HandlerManager eventBus)
public void initialize(ApplicationView view, LocationStatusServiceAsync remoteService, de.novanic.eventservice.client.event.RemoteEventService remoteEventService, CommandExecutor executor)
public void onApplicationViewSelected()
public void onLocationViewSelected()
public void onLocationsUpdated(LocationsUpdatedEvent e)
onLocationsUpdated
onLocationsUpdated
in interface LocationsUpdatedEventHandler
e
- a LocationsUpdatedEvent
object.Copyright © 2017. All rights reserved.