Class SoundEvent

java.lang.Object
java.util.EventObject
pi.resources.sound.SoundEvent
All Implemented Interfaces:
Serializable

public class SoundEvent extends EventObject
This implementation is used for all events that need to pass a Sound object to their listeners.
Author:
Steffen Wilke, Matthias Wilke
See Also:
  • Method Details

    • sound

      @API @Getter public Sound sound()
      Gets the related Sound instance.
      Returns:
      The sound object.