public abstract class

AbstractProjectPermissionModificationEvent

extends ProjectPermissionEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.permission.PermissionEvent
         ↳ com.atlassian.stash.event.permission.ProjectPermissionEvent
           ↳ com.atlassian.stash.event.permission.AbstractProjectPermissionModificationEvent
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
AbstractProjectPermissionModificationEvent(Object source, Permission oldValue, Permission newValue, Project project, String affectedGroup, StashUser affectedUser)
Public Methods
@Nonnull Permission getNewValue()
@Nonnull Permission getOldValue()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.permission.ProjectPermissionEvent
From class com.atlassian.stash.event.permission.PermissionEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected AbstractProjectPermissionModificationEvent (Object source, Permission oldValue, Permission newValue, Project project, String affectedGroup, StashUser affectedUser)

Public Methods

@Nonnull public Permission getNewValue ()

@Nonnull public Permission getOldValue ()