@AsynchronousPreferred @TransactionAware public class

LicenseChangedEvent

extends StashEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.LicenseChangedEvent

Class Overview

Event that is raised when the Stash license is changed.

This event is internally audited with a HIGH priority

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
LicenseChangedEvent(Object source)
[Expand]
Inherited Methods
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public LicenseChangedEvent (Object source)