Package javazoom.jlgui.basicplayer

Examples of javazoom.jlgui.basicplayer.BasicPlayerEventLauncher


     * @param code event code.
     * @param position in the stream when the event occurs.
     */
    protected void notifyEvent(int code, int position, double value, Object description)
    {
        BasicPlayerEventLauncher trigger = new BasicPlayerEventLauncher(code, position, value, description, new ArrayList(m_listeners), this);
        trigger.start();
    }
View Full Code Here

TOP

Related Classes of javazoom.jlgui.basicplayer.BasicPlayerEventLauncher

Copyright © 2018 www.massapicom. All rights reserved.
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.