com.atlassian.crowd.event
Class Event

java.lang.Object
  extended by com.atlassian.crowd.event.Event
Direct Known Subclasses:
ApplicationAuthenticatedEvent, ApplicationReadyEvent, DirectoryEvent, LicenseResourceLimitEvent, MonitorEvent, RemoteDirectoryEvent, RemoteDirectorySynchronisedEvent, TokenInvalidatedEvent, UserAuthenticationFailedAccessDeniedEvent, UserAuthenticationSucceededEvent, XMLRestoreEvent, XWorkStateChangeEvent

public abstract class Event
extends Object

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
Event(Object source)
           
 
Method Summary
 Object getSource()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(Object source)
Method Detail

getSource

public Object getSource()

getTimestamp

public long getTimestamp()


Copyright © 2012 Atlassian. All Rights Reserved.