Class MapLocationDetector


  • @Component
    @Lazy
    @DependentInitialisation(ch.sahits.game.openpatrician.model.initialisation.StartNewGameBean.class)
    public class MapLocationDetector
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Dec 07, 2015
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkShipLeaving​(ch.sahits.game.event.data.ClockTick tick)  
      void checkShipUpdate​(ch.sahits.game.openpatrician.event.data.ShipPositionUpdateEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapLocationDetector

        public MapLocationDetector()
    • Method Detail

      • checkShipUpdate

        public void checkShipUpdate​(ch.sahits.game.openpatrician.event.data.ShipPositionUpdateEvent event)
      • checkShipLeaving

        public void checkShipLeaving​(ch.sahits.game.event.data.ClockTick tick)