com.atlassian.confluence.event.events.like
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
 Object getSource()
           
 
Methods inherited from interface com.atlassian.confluence.event.events.types.UserDriven
getOriginatingUser
 
Methods inherited from interface com.atlassian.confluence.event.events.content.Contented
getContent
 
Methods inherited from interface com.atlassian.confluence.event.events.Timestamped
getTimestamp
 

Method Detail

getSource

Object getSource()


Copyright © 2003-2013 Atlassian. All Rights Reserved.