/* * @(#)Controls.java 1.5 02/08/21 * * Copyright (c) 1996-2002 Sun Microsystems, Inc. All rights reserved. */ package javax.media.protocol; /** * It extends javax.media.Controls. It doesn't add any new * functionalities to its super class. But it's here to maintain * compatibility with JMF 1.0 **/ public interface Controls extends javax.media.Controls { }