Class ShipArrivesAtDestinationEvent

  • All Implemented Interfaces:
    IEventMetaDataProvider

    public class ShipArrivesAtDestinationEvent
    extends java.lang.Object
    implements IEventMetaDataProvider
    Event when a ship enters the port of a city. This event signals that the ship is ready to unload and load wares.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Feb 19, 2013
    • Field Detail

      • destination

        private final javafx.geometry.Point2D destination
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • ShipArrivesAtDestinationEvent

        public ShipArrivesAtDestinationEvent​(INavigableVessel ship,
                                             javafx.geometry.Point2D destination)