package com.splendid.awtchat;
 
 public interface CopyText
 {
 	public void addText(String s);
 }