edu.rit.chat1
Interface ChatFrameListener

All Known Implementing Classes:
Chat

public interface ChatFrameListener

Interface ChatFrameListener specifies the interface for an object that is triggered when the user sends a line of text in a ChatFrame.


Method Summary
 void send(String line)
          Process the given line of text entered by the user.
 

Method Detail

send

void send(String line)
Process the given line of text entered by the user.

Parameters:
line - Line of text.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.