com.atlassian.jira.license
Class NewLicenseEvent

java.lang.Object
  extended by com.atlassian.jira.license.NewLicenseEvent

@ExperimentalApi
public final class NewLicenseEvent
extends Object

Event fired when a new license is entered into JIRA. This can allow, e.g. plugins that cache license-related information to flush their cache.

Since:
v5.0

Field Summary
 LicenseDetails licenseDetails
          The details of the newly entered license.
 
Constructor Summary
NewLicenseEvent(LicenseDetails licenseDetails)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

licenseDetails

public final LicenseDetails licenseDetails
The details of the newly entered license.

Constructor Detail

NewLicenseEvent

public NewLicenseEvent(LicenseDetails licenseDetails)


Copyright © 2002-2014 Atlassian. All Rights Reserved.