| java.lang.Object net.jforum.util.mail.Spammer net.jforum.util.mail.TopicReplySpammer
TopicReplySpammer | public class TopicReplySpammer extends Spammer (Code) | | Notify users of replies to existing topics
author: Rafael Steil version: $Id: TopicReplySpammer.java,v 1.5 2007/08/20 19:35:51 rafaelsteil Exp $ |
Constructor Summary | |
public | TopicReplySpammer(Topic topic, Post post, List users) Creates a new instance with a message's contents send
Parameters: topic - the topic we are replying to Parameters: post - the post instance, with the message's contents. |
TopicReplySpammer | public TopicReplySpammer(Topic topic, Post post, List users)(Code) | | Creates a new instance with a message's contents send
Parameters: topic - the topic we are replying to Parameters: post - the post instance, with the message's contents. If null,only a notification will be sent Parameters: users - list of users who'll be notified |
|
|