com.atlassian.applinks.api.event
Class EntityLinkAddedEvent
java.lang.Object
com.atlassian.applinks.api.event.EntityLinkEvent
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityLinkAddedEvent
public EntityLinkAddedEvent(EntityLink entityLink,
String localKey,
Class<? extends EntityType> localType)
getEntityLink
public EntityLink getEntityLink()
- Returns:
- the
EntityLink that is the subject of the event
Copyright © 2015 Atlassian. All rights reserved.