public interface LicenseChangedEvent
This event will get fired once per license key involved in a change; in other words, if multiple products are licensed from a single newly-added license key, only a single event would be fired.
| Modifier and Type | Method and Description |
|---|---|
BaseLicenseDetails |
getNewLicense()
Returns the newly set license.
|
BaseLicenseDetails |
getPreviousLicense()
Returns the previously set license.
|
@Nullable BaseLicenseDetails getPreviousLicense()
@Nullable BaseLicenseDetails getNewLicense()
Copyright © 2018 Atlassian. All rights reserved.