com.atlassian.applinks.api.event
Class EntityLinkDeletedEvent

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

public class EntityLinkDeletedEvent
extends EntityLinkEvent

This event is broadcast after an entity link is deleted and the new primary optionally set. When this event occurs all properties of this entity link have been deleted.

Since:
3.0

Field Summary
 
Fields inherited from class com.atlassian.applinks.api.event.EntityLinkEvent
entityLink, localKey, localType
 
Constructor Summary
EntityLinkDeletedEvent(EntityLink entityLink, String localKey, Class<? extends EntityType> localType)
           
 
Method Summary
 
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

EntityLinkDeletedEvent

public EntityLinkDeletedEvent(EntityLink entityLink,
                              String localKey,
                              Class<? extends EntityType> localType)


Copyright © 2015 Atlassian. All rights reserved.