Class SoundEvent

java.lang.Object
javachess.events.Event
javachess.events.SoundEvent

public class SoundEvent extends Event
Event that indicates a sound to be played. It is sent to the window to play a sound.
  • Constructor Details

    • SoundEvent

      public SoundEvent(String sound)
  • Method Details