Class AnnotationEvent

    • Field Detail

      • m_Annotation

        protected AudioAnnotation m_Annotation
        The annotation we're passing to the listeners
    • Constructor Detail

      • AnnotationEvent

        public AnnotationEvent​(Object source,
                               AudioAnnotation annotation)
        Constructs an Annotation Event
        Parameters:
        source - The object on which the Event initially occurred.
        annotation - The annotation object the listener will make use of
        Throws:
        IllegalArgumentException - if source is null or if annotation is null
    • Method Detail

      • getAnnotation

        public AudioAnnotation getAnnotation()
        A getter for the annotation this event is for
        Returns:
        the step associated with this event