com.atlassian.applinks.api.event
Class ApplicationLinkAddedEvent

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

public class ApplicationLinkAddedEvent
extends ApplicationLinkEvent

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

Since:
3.0

Field Summary
 
Fields inherited from class com.atlassian.applinks.api.event.ApplicationLinkEvent
applicationLink
 
Constructor Summary
ApplicationLinkAddedEvent(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

ApplicationLinkAddedEvent

public ApplicationLinkAddedEvent(ApplicationLink applicationLink)


Copyright © 2015 Atlassian. All rights reserved.