@Deprecated 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
Modifier and Type | Method and Description |
---|---|
Object |
getSource()
Deprecated.
since 2.10
|
long |
getTimestamp()
Deprecated.
|
public Event(Object source)
@Deprecated public Object getSource()
public long getTimestamp()
Copyright © 2024 Atlassian. All rights reserved.