Package com.atlassian.crowd.event
Class Event
java.lang.Object
com.atlassian.crowd.event.Event
- Direct Known Subclasses:
AllTokensInvalidatedEvent
,ApplicationAuthenticatedEvent
,ApplicationReadyEvent
,DirectoryEvent
,LicenseResourceLimitEvent
,RemoteDirectoryEvent
,RemoteDirectorySynchronisationFinishedEvent
,TokenInvalidatedEvent
,UserAuthenticationFailedAccessDeniedEvent
,UserAuthenticationSucceededEvent
,XMLBackupEvent
,XMLRestoreEvent
,XWorkStateChangeEvent
Deprecated.
Base event for Crowd legacy events.
New events might not want to tie themselves to this event which sole purpose is to keep some semblance of
backward compatibility for those events that uses to extends Spring's
org.springframework.context.ApplicationEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since 2.10long
Deprecated.
-
Constructor Details
-
Event
Deprecated.
-
-
Method Details
-
getSource
Deprecated.since 2.10 -
getTimestamp
public long getTimestamp()Deprecated.
-