| Package | Description |
|---|---|
| ch.sahits.game.event.handler.impl |
| Modifier and Type | Field and Description |
|---|---|
private PatrolInternalState |
AttackListener.state |
private PatrolInternalState |
NextPatrolStation.state
Next station may be null if it is the last
|
| Modifier and Type | Method and Description |
|---|---|
IAttackListener |
EventHandlerFactory.getAttackListener(ch.sahits.game.openpatrician.model.ship.IShip ship,
PatrolInternalState state)
Get the attack listener for a standard patrol.
|
NextPatrolStation |
EventHandlerFactory.getNextPatrolStateion(ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.city.ICity city,
PatrolInternalState state,
ch.sahits.game.openpatrician.model.IPlayer player,
org.joda.time.DateTime deadline,
IAttackListener atackListener)
Retrieve the next patrol station event listener
|
| Constructor and Description |
|---|
AttackListener(ch.sahits.game.openpatrician.model.ship.IShip ship,
PatrolInternalState state) |
NextPatrolStation(ch.sahits.game.openpatrician.model.ship.IShip ship,
ch.sahits.game.openpatrician.model.city.ICity city,
PatrolInternalState state,
ch.sahits.game.openpatrician.model.IPlayer player,
org.joda.time.DateTime deadline,
AttackListener atackListener)
Create the next patrol station listener.
|
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.