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 public abstract class Event extends Object
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 Details

    • Event

      public Event(Object source)
      Deprecated.
  • Method Details

    • getSource

      @Deprecated public Object getSource()
      Deprecated.
      since 2.10
    • getTimestamp

      public long getTimestamp()
      Deprecated.