|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.applinks.api.event.EntityLinkEvent
com.atlassian.applinks.api.event.EntityLinkAddedEvent
public class EntityLinkAddedEvent
This event is broadcast after an entity link is added and the new primary optionally set.
| 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 |
|---|
public EntityLinkAddedEvent(EntityLink entityLink,
java.lang.String localKey,
java.lang.Class<? extends EntityType> localType)
| Method Detail |
|---|
public EntityLink getEntityLink()
EntityLink that is the subject of the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||