com.atlassian.crowd.event
Class RoleUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.RoleUpdatedEvent
- All Implemented Interfaces:
- Serializable
public class RoleUpdatedEvent
- extends DirectoryEvent
An Event that represents the updating of a Role (Group with GroupType.LEGACY_ROLE).
- See Also:
- Serialized Form
| Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
RoleUpdatedEvent
public RoleUpdatedEvent(Object source,
Directory directory,
Group role)
getRole
public Group getRole()
Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.