Class AIRefitTask

  • All Implemented Interfaces:
    java.lang.Runnable

    class AIRefitTask
    extends TimedTask
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 23, 2014
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
      • shipService

        @Autowired
        private ShipService shipService
      • ship

        private final IShip ship
    • Constructor Detail

      • AIRefitTask

        public AIRefitTask​(java.time.LocalDateTime executionTime,
                           IShip ship,
                           EShipUpgrade upgrade,
                           IShipyard shipyard)
    • Method Detail

      • run

        public void run()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object