wtalk
Interface RMsgHandler


public interface RMsgHandler

Interface used by wtalk.WTalkProtocol to convey to the outer shell what messages are being recieved.


Method Summary
 void handle(java.lang.String to, java.lang.String from, java.lang.String data)
          Message handler that receives informations on messages sent.
 

Method Detail

handle

public void handle(java.lang.String to,
                   java.lang.String from,
                   java.lang.String data)
Message handler that receives informations on messages sent.

Parameters:
to - The target of a message.
from - The sender of a message; in the case where the local user has sent a message, this may be null.
data - The message data.