com.atlassian.applinks.api.event
Class EntityLinkAddedEvent

java.lang.Object
  extended by com.atlassian.applinks.api.event.EntityLinkEvent
      extended by com.atlassian.applinks.api.event.EntityLinkAddedEvent
All Implemented Interfaces:
LinkEvent

public class EntityLinkAddedEvent
extends EntityLinkEvent

This event is broadcast after an entity link is added and the new primary optionally set.

Since:
3.0

Field Summary
 
Fields inherited from class com.atlassian.applinks.api.event.EntityLinkEvent
entityLink, localKey, localType
 
Constructor Summary
EntityLinkAddedEvent(EntityLink entityLink, java.lang.String localKey, java.lang.Class<? extends EntityType> localType)
           
 
Method Summary
 EntityLink getEntityLink()
           
 
Methods inherited from class com.atlassian.applinks.api.event.EntityLinkEvent
getApplicationId, getApplicationType, getEntityKey, getEntityType, getLocalKey, getLocalType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityLinkAddedEvent

public EntityLinkAddedEvent(EntityLink entityLink,
                            java.lang.String localKey,
                            java.lang.Class<? extends EntityType> localType)
Method Detail

getEntityLink

public EntityLink getEntityLink()
Returns:
the EntityLink that is the subject of the event


Copyright © 2011 Atlassian. All Rights Reserved.