Class AudioEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      AudioPlayer player
      The related audio player.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • player

        public final AudioPlayer player
        The related audio player.
    • Constructor Detail

      • AudioEvent

        public AudioEvent​(AudioPlayer player)
        Parameters:
        player - The related audio player.