edu.rit.chat1
Interface ChatRef

All Known Implementing Classes:
Chat

public interface ChatRef

Interface ChatRef specifies the M2MI remote interface for a rudimentary chat object.


Method Summary
 void putMessage(String line)
          Display the given line of text in this chat object's chat log.
 

Method Detail

putMessage

void putMessage(String line)
Display the given line of text in this chat object's chat log.

Parameters:
line - Line of text.


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