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

net.sf.fmj.media.SlowPlugIn Maven / Gradle / Ivy

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

/**
 * An interface to denote a particularly slow plugin.
 */
public interface SlowPlugIn
{
    /**
     * Force to use this plugin even though there may be another better
     * alternative.
     */
    public void forceToUse();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy