org.ejtools.adwt.service
Interface ConsoleService

All Known Implementing Classes:
ConsoleServiceInternalFrame

public interface ConsoleService

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Method Summary
 void append(java.lang.String message)
          Description of the Method
 void copy()
          Description of the Method
 void cut()
          Description of the Method
 void delete()
          Description of the Method
 void hide()
          Description of the Method
 void show()
          Description of the Method
 

Method Detail

append

public void append(java.lang.String message)
Description of the Method

Parameters:
message - Description of the Parameter

delete

public void delete()
Description of the Method


copy

public void copy()
Description of the Method


cut

public void cut()
Description of the Method


show

public void show()
Description of the Method


hide

public void hide()
Description of the Method



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.