Class UserVerificationTokenCleanupEvent
- 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.UserVerificationTokenCleanupEvent
-
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred @Internal public class UserVerificationTokenCleanupEvent extends ConfluenceEvent
- Since:
- 8.1.2
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UserVerificationTokenCleanupEvent(Object src)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
UserVerificationTokenCleanupEvent
public UserVerificationTokenCleanupEvent(Object src)
-
-