public class LogoutEvent extends ApplicationEvent
source
Constructor and Description |
---|
LogoutEvent(Object source)
Event triggered when the user logs out.
|
public LogoutEvent(Object source)
source
- The Authentication
of the user logging out.IllegalArgumentException
- if source is null.