Interface LikeEvent
-
- All Superinterfaces:
Contented
,Serializable
,Timestamped
,UserDriven
- All Known Implementing Classes:
AbstractLikeEvent
,LikeCreatedEvent
,LikeRemovedEvent
public interface LikeEvent extends Serializable, UserDriven, Contented, Timestamped
A like event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getSource()
-
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented
getContent
-
Methods inherited from interface com.atlassian.confluence.event.events.Timestamped
getTimestamp
-
Methods inherited from interface com.atlassian.confluence.event.events.types.UserDriven
getOriginatingUser
-
-
-
-
Method Detail
-
getSource
Object getSource()
-
-