java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||
↳ | com.atlassian.bitbucket.permission.EffectivePermissionsChangedEvent |
This class is deprecated.
in 5.5 for removal without replacement in 6.0.
An event that indicates the registered EffectivePermissionsProvider
s have changed in some way and should
cause the product to recalculate any cached permissions for all users.
Plugins should fire this event if the they detect their own state has changed and should cause permission recalculation.
The product will fire this event when EffectivePermissionsProvider
s are added or removed.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
|