com.atlassian.sal.api.events
Class SessionDestroyedEvent

java.lang.Object
  extended by com.atlassian.sal.api.events.AbstractSessionEvent
      extended by com.atlassian.sal.api.events.SessionDestroyedEvent

@Immutable
public class SessionDestroyedEvent
extends AbstractSessionEvent

Represents an event published when a http session is destroyed. Implementers should fire this event accordingly.

See Also:
HttpSessionListener

Nested Class Summary
static class SessionDestroyedEvent.Builder
           
 
Field Summary
 
Fields inherited from class com.atlassian.sal.api.events.AbstractSessionEvent
sessionId, userName
 
Method Summary
static SessionDestroyedEvent.Builder builder()
           
 
Methods inherited from class com.atlassian.sal.api.events.AbstractSessionEvent
getSessionId, getUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static SessionDestroyedEvent.Builder builder()


Copyright © 2015 Atlassian. All rights reserved.