com.atlassian.applinks.api.event
Class ApplicationLinkDeletedEvent

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

public class ApplicationLinkDeletedEvent
extends ApplicationLinkEvent

This event is broadcast after an application link is deleted and the new primary optionally set.

Since:
3.0

Field Summary
 
Fields inherited from class com.atlassian.applinks.api.event.ApplicationLinkEvent
applicationLink
 
Constructor Summary
ApplicationLinkDeletedEvent(ApplicationLink applicationLink)
           
 
Method Summary
 
Methods inherited from class com.atlassian.applinks.api.event.ApplicationLinkEvent
getApplicationId, getApplicationLink, getApplicationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLinkDeletedEvent

public ApplicationLinkDeletedEvent(ApplicationLink applicationLink)


Copyright © 2015 Atlassian. All rights reserved.