Class SalLicenseChangedEvent
- java.lang.Object
-
- com.atlassian.sal.confluence.license.SalLicenseChangedEvent
-
- All Implemented Interfaces:
com.atlassian.sal.api.license.LicenseChangedEvent
public class SalLicenseChangedEvent extends Object implements com.atlassian.sal.api.license.LicenseChangedEvent
Simple implementation of SAL event interface
-
-
Constructor Summary
Constructors Constructor Description SalLicenseChangedEvent(com.atlassian.sal.api.license.BaseLicenseDetails newLicense, com.atlassian.sal.api.license.BaseLicenseDetails previousLicense)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.sal.api.license.BaseLicenseDetailsgetNewLicense()com.atlassian.sal.api.license.BaseLicenseDetailsgetPreviousLicense()
-
-
-
Method Detail
-
getNewLicense
@Nullable public com.atlassian.sal.api.license.BaseLicenseDetails getNewLicense()
- Specified by:
getNewLicensein interfacecom.atlassian.sal.api.license.LicenseChangedEvent
-
getPreviousLicense
@Nullable public com.atlassian.sal.api.license.BaseLicenseDetails getPreviousLicense()
- Specified by:
getPreviousLicensein interfacecom.atlassian.sal.api.license.LicenseChangedEvent
-
-