Class NextBidTask

  • All Implemented Interfaces:
    ch.sahits.game.openpatrician.utilities.CancelableRunnable, java.lang.Runnable

    public class NextBidTask
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.utilities.CancelableRunnable
    Task for an auction bid.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Nov 11, 2016
    • Constructor Summary

      Constructors 
      Constructor Description
      NextBidTask​(ch.sahits.game.openpatrician.model.city.guild.IAuction auction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • NextBidTask

        public NextBidTask​(ch.sahits.game.openpatrician.model.city.guild.IAuction auction)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • cancel

        public void cancel()
        Specified by:
        cancel in interface ch.sahits.game.openpatrician.utilities.CancelableRunnable