Interface ILocationTracker
-
public interface ILocationTrackerInterface allowing the adding of ships to the location tracker.- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 13, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(INavigableVessel ship)Add a shipt to the location tracker.
-
-
-
Method Detail
-
add
void add(INavigableVessel ship)
Add a shipt to the location tracker.- Parameters:
ship- to be added.
-
-