Interface IShipEntersPortEvent
-
public interface IShipEntersPortEventInterface defining the ship entering a port.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICitygetCity()City which is entered.INavigableVesselgetShip()Vessel that enters the port.
-
-
-
Method Detail
-
getShip
INavigableVessel getShip()
Vessel that enters the port.- Returns:
- vessel entering a port
-
getCity
ICity getCity()
City which is entered.- Returns:
- city which port is enterend
-
-