@Deprecated @AsynchronousPreferred public class

EffectivePermissionsChangedEvent

extends ApplicationEvent
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.

Class Overview

An event that indicates the registered EffectivePermissionsProviders 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 EffectivePermissionsProviders are added or removed.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
EffectivePermissionsChangedEvent(Object source)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public EffectivePermissionsChangedEvent (Object source)