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