Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.event
Interface CommentListener


public interface CommentListener

A CommentListener gets notified anytime a comment event is fired. Concrete implementations of this class must have a zero argument constructor.


Method Summary
 void commentAdded(CommentEvent event)
          Fired when a comment is added.
 void commentDeleted(CommentEvent event)
          Fired when a comment is deleted.
 void commentModerated(CommentEvent event)
          Fired when a comment is moderated.
 void commentModified(CommentEvent event)
          Fired when a comment is modified.
 

Method Detail

commentAdded

void commentAdded(CommentEvent event)
Fired when a comment is added.

Parameters:
event - the CommentEvent

commentDeleted

void commentDeleted(CommentEvent event)
Fired when a comment is deleted.

Parameters:
event - the CommentEvent

commentModified

void commentModified(CommentEvent event)
Fired when a comment is modified.

Parameters:
event - the CommentEvent

commentModerated

void commentModerated(CommentEvent event)
Fired when a comment is moderated.

Parameters:
event - the CommentEvent

Clearspace Project Page

Copyright © 1999-2007 Jive Software.