org.zeroexchange.messaging
Interface MessageSender

All Known Implementing Classes:
DefaultMessageSender

public interface MessageSender

Service sends the message to the corresponding user.

Author:
black

Method Summary
 void sendMessage(Collection<User> recipients, User sender, String subject, String body)
          Sends the message to the user specified by recipientNickname.
 

Method Detail

sendMessage

void sendMessage(Collection<User> recipients,
                 User sender,
                 String subject,
                 String body)
Sends the message to the user specified by recipientNickname.



Copyright © 2013. All Rights Reserved.