Uses of Interface
net.sourceforge.pebble.api.event.comment.CommentListener

Packages that use CommentListener
net.sourceforge.pebble.domain   
net.sourceforge.pebble.event   
net.sourceforge.pebble.event.comment   
net.sourceforge.pebble.event.response   
net.sourceforge.pebble.index   
 

Uses of CommentListener in net.sourceforge.pebble.domain
 

Classes in net.sourceforge.pebble.domain that implement CommentListener
 class ResponseManager
          Internal comment and TrackBack listener used to manage the list of responses for the associated blog.
 

Uses of CommentListener in net.sourceforge.pebble.event
 

Classes in net.sourceforge.pebble.event that implement CommentListener
 class AuditListener
           
 

Methods in net.sourceforge.pebble.event with parameters of type CommentListener
 void EventListenerList.addCommentListener(CommentListener listener)
          Registers a comment listener.
 

Uses of CommentListener in net.sourceforge.pebble.event.comment
 

Classes in net.sourceforge.pebble.event.comment that implement CommentListener
 class AbstractEmailNotificationListener
          Base class for listeners that send an e-mail notification when new comments are added.
 class CommentListenerSupport
          Starting point for implementation of CommentListener that provides no-op methods.
 class EmailAuthorNotificationListener
          Sends an e-mail notification to the blog entry author when new comments are added.
 class EmailNotificationListener
          Sends an e-mail notification to the blog owners when new comments are added.
 

Uses of CommentListener in net.sourceforge.pebble.event.response
 

Classes in net.sourceforge.pebble.event.response that implement CommentListener
 class BlogEntryResponseListenerSupport
          Starting point for implementation of classes that are both comment and TrackBack listeners.
 class ContentSpamListener
          Checks comment and TrackBack content for specified regexs and sets the state of such responses to pending.
 class DeleteRejectedListener
          Deletes comments and TrackBacks that have been marked as rejected.
 class DisableResponseListener
          Deletes comments and TrackBacks that are left, effectively disabling the ability for readers for leave responses.
 class IpAddressListener
          Checks comment and TrackBack IP address against a whitelist and a blacklist.
 class LinkSpamListener
          Checks comment and TrackBack content for a large number of links and sets the state of such responses to pending.
 class MarkApprovedListener
          Sets the status of new comments and TrackBacks to approved.
 class MarkApprovedWhenAuthenticatedListener
          Sets the status of new comments and TrackBacks to approved, if the user leaving the response is authenticated and authorised for the blog.
 class MarkPendingListener
          Sets the status of new comments and TrackBacks to pending.
 class SpamScoreListener
          Checks the spam score of comments and TrackBacks and if greater than the threshold, marks them as rejected.
 

Uses of CommentListener in net.sourceforge.pebble.index
 

Classes in net.sourceforge.pebble.index that implement CommentListener
 class ResponseIndexListener
          Listens to comment/TrackBack events and keeps the response index up to date.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.