Class ConvoyEvent

  • All Implemented Interfaces:
    IEventMetaDataProvider

    public class ConvoyEvent
    extends java.lang.Object
    implements IEventMetaDataProvider
    Event object for a ship joining or leaving a convoy.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on Sep 23, 2018
    • Field Detail

      • ship

        private IShip ship
      • joining

        private boolean joining
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • ConvoyEvent

        public ConvoyEvent​(IConvoy convoy,
                           IShip ship,
                           boolean joining)