com.atlassian.confluence.event.events.like
Class ContentUnlikeEvent

java.lang.Object
  extended by com.atlassian.confluence.event.events.like.AbstractLikeEvent
      extended by com.atlassian.confluence.event.events.like.ContentUnlikeEvent
All Implemented Interfaces:
LikeEvent, Serializable

@AsynchronousPreferred
public class ContentUnlikeEvent
extends AbstractLikeEvent

See Also:
Serialized Form

Constructor Summary
ContentUnlikeEvent(com.atlassian.user.User user, ContentEntityObject contentEntity)
           
 
Method Summary
 ContentEntityObject getContent()
           
 
Methods inherited from class com.atlassian.confluence.event.events.like.AbstractLikeEvent
equals, getDate, getUser, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentUnlikeEvent

public ContentUnlikeEvent(com.atlassian.user.User user,
                          ContentEntityObject contentEntity)
Method Detail

getContent

public ContentEntityObject getContent()
Returns:
the content that has been "liked"


Copyright © 2003-2012 Atlassian. All Rights Reserved.