|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommentListener
Implemented by classes wanting to be notified of comment events.
Method Summary | |
---|---|
void |
commentAdded(CommentEvent event)
Called when a comment has been added. |
void |
commentApproved(CommentEvent event)
Called when a comment has been approved. |
void |
commentRejected(CommentEvent event)
Called when a comment has been rejected. |
void |
commentRemoved(CommentEvent event)
Called when a comment has been removed. |
Method Detail |
---|
void commentAdded(CommentEvent event)
event
- a CommentEvent instancevoid commentRemoved(CommentEvent event)
event
- a CommentEvent instancevoid commentApproved(CommentEvent event)
event
- a CommentEvent instancevoid commentRejected(CommentEvent event)
event
- a CommentEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |