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

javax.microedition.media.Controllable Maven / Gradle / Ivy

The newest version!
package javax.microedition.media;

public interface Controllable {
    
	/**
	 * @throws IllegalArgumentException
	 * @throws IllegalStateException
	 */
	Control getControl(String controlType);

    /**
     * @throws IllegalStateException
     */
    Control[] getControls();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy