public class UpdatedLocationDefHandler extends Object
UpdatedLocationDefHandler class.
Constructor and Description |
---|
UpdatedLocationDefHandler(LocationDataService locationDataService,
de.novanic.eventservice.service.EventExecutorService eventService)
Constructor for UpdatedLocationDefHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
finish()
finish
|
protected de.novanic.eventservice.service.EventExecutorService |
getEventService()
getEventService
|
void |
handle(LocationDef def)
handle
|
protected void |
sendEvent(de.novanic.eventservice.client.event.Event event)
sendEvent
|
void |
start(int size)
start
|
public UpdatedLocationDefHandler(LocationDataService locationDataService, de.novanic.eventservice.service.EventExecutorService eventService)
Constructor for UpdatedLocationDefHandler.
locationDataService
- a LocationDataService
object.eventService
- a EventExecutorService
object.protected void sendEvent(de.novanic.eventservice.client.event.Event event)
sendEvent
event
- a Event
object.public void start(int size)
start
size
- a int.public void handle(LocationDef def)
handle
def
- a LocationDef
object.public void finish()
finish
protected de.novanic.eventservice.service.EventExecutorService getEventService()
getEventService
EventExecutorService
object.Copyright © 2017. All rights reserved.