com.atlassian.confluence.event.events.user
Class UserReactivateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.user.UserEvent
                      extended by com.atlassian.confluence.event.events.user.UserReactivateEvent
All Implemented Interfaces:
Updated, java.io.Serializable

public class UserReactivateEvent
extends UserEvent
implements Updated

Event sent when a user is made active 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 activated/deactivated, you should also listen for RemoteDirectorySynchronisedEvents.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserReactivateEvent(java.lang.Object src, com.atlassian.user.User user)
           
 
Method Summary
 
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
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserReactivateEvent

public UserReactivateEvent(java.lang.Object src,
                           com.atlassian.user.User user)


Copyright © 2003-2013 Atlassian. All Rights Reserved.