Class RoundStartedEvent

  • All Implemented Interfaces:
    IEvent

    public final class RoundStartedEvent
    extends java.lang.Object
    implements IEvent
    Event occurring when a new round has just started.
    • Constructor Summary

      Constructors 
      Constructor Description
      RoundStartedEvent​(int roundNumber)
      Initializes a new instance of the RoundStartedEvent class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRoundNumber()
      Returns the round number.
      • Methods inherited from class java.lang.Object

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

      • RoundStartedEvent

        public RoundStartedEvent​(int roundNumber)
        Initializes a new instance of the RoundStartedEvent class.
        Parameters:
        roundNumber - is the round number.
    • Method Detail

      • getRoundNumber

        public int getRoundNumber()
        Returns the round number.
        Returns:
        The round number.