/** * Tutorial demo code. * * @version $Revision: 1.2 $ $Author: arossi * $ $Date: 2001/12/23 16:23:10 $ (GMT) * @author Albert L. Rossi [mailto:arossi@indiana.edu] */ package demo; /** * Defines the print-port interface of the demo component. */ public interface PrintEnv_idl { /** * Provides remote call to the component's write method. */ public void write(); } // interface PrintEnv_idl