|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.event.comment.CommentListenerSupport
public abstract class CommentListenerSupport
Starting point for implementation of CommentListener that provides no-op methods.
Constructor Summary | |
---|---|
CommentListenerSupport()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentListenerSupport()
Method Detail |
---|
public void commentAdded(CommentEvent event)
commentAdded
in interface CommentListener
event
- a CommentEvent instancepublic void commentRemoved(CommentEvent event)
commentRemoved
in interface CommentListener
event
- a CommentEvent instancepublic void commentApproved(CommentEvent event)
commentApproved
in interface CommentListener
event
- a CommentEvent instancepublic void commentRejected(CommentEvent event)
commentRejected
in interface CommentListener
event
- a CommentEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |