Class AudioFileWriterWrittenEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AudioFileWriterWrittenEvent​(java.lang.Object source, java.io.File outFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getOutFile()  
      • 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

      • AudioFileWriterWrittenEvent

        public AudioFileWriterWrittenEvent​(java.lang.Object source,
                                           java.io.File outFile)
        Parameters:
        source -
        outFile -
    • Method Detail

      • getOutFile

        public java.io.File getOutFile()