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.

Since:
3.0

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


Copyright © 2011 Atlassian. All Rights Reserved.