com.atlassian.applinks.api.event
Class ApplicationLinkAuthConfigChangedEvent

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

public class ApplicationLinkAuthConfigChangedEvent
extends ApplicationLinkEvent

This event is broadcast after the authentication configuration of an application link has changed.

Since:
3.2

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

ApplicationLinkAuthConfigChangedEvent

public ApplicationLinkAuthConfigChangedEvent(ApplicationLink applicationLink)


Copyright © 2011 Atlassian. All Rights Reserved.