Class TagParseEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class TagParseEvent
    extends java.util.EventObject
    Event to indicate that an MP3 tag was received through some means (parsed in stream, received via UDP, whatever) and converted into an MP3Tag object.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected MP3Tag tag  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      TagParseEvent​(java.lang.Object source, MP3Tag tag)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MP3Tag getTag()
      Get the tag that was parsed.
      • 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
    • Field Detail

    • Constructor Detail

      • TagParseEvent

        public TagParseEvent​(java.lang.Object source,
                             MP3Tag tag)
    • Method Detail

      • getTag

        public MP3Tag getTag()
        Get the tag that was parsed.