Class AudioSourceChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class AudioSourceChangedEvent
    extends AudioClipChangedEvent
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AudioSource audioSource  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AudioSource getAudioSource()  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AudioSourceChangedEvent

        public AudioSourceChangedEvent​(java.lang.Object source,
                                       AudioSource audioSource)
        Parameters:
        source -
    • Method Detail