Interface ILocationTracker

  • All Known Implementing Classes:
    LocationTracker

    public interface ILocationTracker
    Interface allowing the adding of ships to the location tracker.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 13, 2015
    • Method Detail

      • add

        void add​(INavigableVessel ship)
        Add a shipt to the location tracker.
        Parameters:
        ship - to be added.