Default implementation of the media player event listener.
Simply override the methods you're interested in.
Events are not raised on the Swing Event Dispatch thread so if updating user interface components in response to these events care must be taken to use {@link SwingUtilities#invokeLater(Runnable)}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.