Uses of Interface
ch.sahits.game.openpatrician.display.event.handler.IAttackListener
-
Packages that use IAttackListener Package Description ch.sahits.game.openpatrician.display.event.handler.impl -
-
Uses of IAttackListener in ch.sahits.game.openpatrician.display.event.handler.impl
Methods in ch.sahits.game.openpatrician.display.event.handler.impl that return IAttackListener Modifier and Type Method Description IAttackListenerEventHandlerFactory. getAttackListener(ch.sahits.game.openpatrician.model.ship.IShip ship, PatrolInternalState state)Get the attack listener for a standard patrol.Methods in ch.sahits.game.openpatrician.display.event.handler.impl with parameters of type IAttackListener Modifier and Type Method Description ch.sahits.game.openpatrician.display.event.handler.impl.NextPatrolStationEventHandlerFactory. getNextPatrolStation(ch.sahits.game.openpatrician.model.ship.INavigableVessel ship, ch.sahits.game.openpatrician.model.city.ICity city, PatrolInternalState state, ch.sahits.game.openpatrician.model.IPlayer player, java.time.LocalDateTime deadline, IAttackListener atackListener)Retrieve the next patrol station event listener
-