1 package com.splendid.awtchat; 2 3 public interface CopyText 4 { 5 public void addText(String s); 6 }