Class AsyncLikeRemovedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.like.AsyncLikeEvent
-
- com.atlassian.confluence.event.events.like.AsyncLikeRemovedEvent
-
- All Implemented Interfaces:
UserDriven
,Serializable
public class AsyncLikeRemovedEvent extends AsyncLikeEvent
Asynchronous version of LikeRemovedEvent- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AsyncLikeRemovedEvent(Object src, com.atlassian.user.User user, long contentId)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.like.AsyncLikeEvent
getContentId, getOriginatingUser
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
AsyncLikeRemovedEvent
public AsyncLikeRemovedEvent(Object src, com.atlassian.user.User user, long contentId)
-
-