public class HirePirateEventHandler extends Object implements javafx.event.EventHandler<javafx.scene.input.MouseEvent>
| Modifier and Type | Field and Description |
|---|---|
private ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX |
city |
private com.google.common.eventbus.AsyncEventBus |
clientEventBus |
private javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.model.ship.IShip> |
currentShip |
private ch.sahits.game.openpatrician.model.Date |
date |
private ClosableDialog |
delegateDialog |
private ch.sahits.game.openpatrician.util.l10n.Locale |
locale |
private org.springframework.context.MessageSource |
messageSource |
private ch.sahits.game.openpatrician.model.people.IPirate |
pirate |
private Random |
rnd |
private ch.sahits.game.openpatrician.model.people.impl.SeaPiratesState |
seaPiratesState |
private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList |
timedTaskListener |
| Constructor and Description |
|---|
HirePirateEventHandler(javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.model.ship.IShip> currentShip,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX city,
ch.sahits.game.openpatrician.model.people.IPirate pirate,
ClosableDialog delegateDialog) |
private final javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.model.ship.IShip> currentShip
private final ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX city
private final ch.sahits.game.openpatrician.model.people.IPirate pirate
private final ClosableDialog delegateDialog
@Autowired private ch.sahits.game.openpatrician.model.people.impl.SeaPiratesState seaPiratesState
@Autowired private Random rnd
@Autowired private ch.sahits.game.openpatrician.model.Date date
@Autowired private ch.sahits.game.openpatrician.model.event.TimedUpdatableTaskList timedTaskListener
@Autowired @Qualifier(value="clientEventBus") private com.google.common.eventbus.AsyncEventBus clientEventBus
@Autowired private ch.sahits.game.openpatrician.util.l10n.Locale locale
@Autowired private org.springframework.context.MessageSource messageSource
public HirePirateEventHandler(javafx.beans.property.ObjectProperty<ch.sahits.game.openpatrician.model.ship.IShip> currentShip,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX city,
ch.sahits.game.openpatrician.model.people.IPirate pirate,
ClosableDialog delegateDialog)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.