Class AudioEffectEvent

All Implemented Interfaces:
Serializable

public class AudioEffectEvent extends GameEvent<String>
See Also:
  • Constructor Details

    • AudioEffectEvent

      public AudioEffectEvent(int id, int loops, int delay)
      Constructs a prototypical Event.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details

    • getId

      public int getId()
    • getLoops

      public int getLoops()
    • getDelay

      public int getDelay()