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

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

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

import javax.media.*;

/**
 * A GroupControl is a parent to a set of smaller controls. This is a base class
 * interface for group controls such as VolumeControl, ColorControl,
 * PlaybackControl, etc.
 */
public interface GroupControl extends AtomicControl
{
    /**
     * Returns any controls that might constitute this control.
     */
    public Control[] getControls();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy