All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.fmj.media.control.ControlChangeListener Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.media.control;

/**
 * Listener for changes in the state of a Control.
 */
public interface ControlChangeListener
{
    /**
     * Gets called whenever the state of a Control changes.
     */
    public void controlChanged(ControlChangeEvent e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy