jtge.sample.chat.common.core
Interface IMessageView

All Known Implementing Classes:
OutputView, OutputView

public interface IMessageView

Defines a callback for receiving a message.

Version:
$Revision: 1.4 $ $Date: 2005/08/26 18:11:00 $
Author:
Mathieu Champlon

Method Summary
 void receive(jtge.engine.user.IUser user, java.lang.String message)
          Handle a message reception.
 

Method Detail

receive

public void receive(jtge.engine.user.IUser user,
                    java.lang.String message)
Handle a message reception.

Parameters:
user - the user sending the message
message - the content of the message


Copyright © 2003-2005 . All Rights Reserved.