Class DrawEvent

java.lang.Object
javachess.events.Event
javachess.events.DrawEvent

public class DrawEvent extends Event
Event that indicates a draw situation in the game. This can be due to insufficient material, or threefold repetition.
  • Constructor Details

    • DrawEvent

      public DrawEvent(String reason)
  • Method Details