com.jakeapp.jake.ics.msgservice
Interface IMessageReceiveListener

All Known Implementing Classes:
FriendsOnlyReceiveFilter, SimpleSocketFileTransferMethod

public interface IMessageReceiveListener

Objects wanting to receive messages have to implement this

Author:
johannes
See Also:
IMsgService

Method Summary
 void receivedMessage(UserId from_userid, java.lang.String content)
          Receive a message from a user.
 

Method Detail

receivedMessage

void receivedMessage(UserId from_userid,
                     java.lang.String content)
Receive a message from a user. An Object has to implement this method and register itself, to get notified of new Messages

Parameters:
from_userid - the user id which sent the message
content - the content of the message


Copyright © 2011. All Rights Reserved.