Class 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 Detail

      • SalLicenseChangedEvent

        public SalLicenseChangedEvent​(@Nullable com.atlassian.sal.api.license.BaseLicenseDetails newLicense,
                                      @Nullable com.atlassian.sal.api.license.BaseLicenseDetails previousLicense)
    • Method Detail

      • getNewLicense

        public @Nullable com.atlassian.sal.api.license.BaseLicenseDetails getNewLicense()
        Specified by:
        getNewLicense in interface com.atlassian.sal.api.license.LicenseChangedEvent
      • getPreviousLicense

        public @Nullable com.atlassian.sal.api.license.BaseLicenseDetails getPreviousLicense()
        Specified by:
        getPreviousLicense in interface com.atlassian.sal.api.license.LicenseChangedEvent