com.atlassian.sal.api.events
Class AbstractSessionEvent

java.lang.Object
  extended by com.atlassian.sal.api.events.AbstractSessionEvent
Direct Known Subclasses:
SessionCreatedEvent, SessionDestroyedEvent

public abstract class AbstractSessionEvent
extends Object


Nested Class Summary
static class AbstractSessionEvent.Builder
           
 
Field Summary
protected  String sessionId
           
protected  String userName
           
 
Constructor Summary
protected AbstractSessionEvent(String sessionId, String userName)
           
 
Method Summary
 String getSessionId()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

protected final String sessionId

userName

protected final String userName
Constructor Detail

AbstractSessionEvent

protected AbstractSessionEvent(String sessionId,
                               String userName)
Method Detail

getSessionId

public String getSessionId()

getUserName

@Nullable
public String getUserName()


Copyright © 2015 Atlassian. All rights reserved.