com.atlassian.confluence.event.events.user
Class UserCreateEvent
java.lang.Object
  
java.util.EventObject
      
org.springframework.context.ApplicationEvent
          
com.atlassian.event.Event
              
com.atlassian.confluence.event.events.ConfluenceEvent
                  
com.atlassian.confluence.event.events.user.UserEvent
                      
com.atlassian.confluence.event.events.user.UserCreateEvent
- All Implemented Interfaces: 
 - Created, Serializable
 
public class UserCreateEvent
- extends UserEvent
- implements Created
  
Event sent when a user is created in Confluence. Note that this event is not sent when a user is discovered during
 synchronisation with a remote directory, due to the volume of events that would be triggered by this. If it's
 important for your code to know when any users are created/removed, you should also listen for
 RemoteDirectorySynchronisedEvents.
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class com.atlassian.confluence.event.events.user.UserEvent | 
getUser | 
 
| Methods inherited from class com.atlassian.event.Event | 
equals, hashCode | 
 
| Methods inherited from class org.springframework.context.ApplicationEvent | 
getTimestamp | 
 
 
 
UserCreateEvent
public UserCreateEvent(Object src,
                       com.atlassian.user.User user)
Copyright © 2003-2012 Atlassian. All Rights Reserved.