com.atlassian.sal.api.events
Class AbstractSessionEvent
java.lang.Object
com.atlassian.sal.api.events.AbstractSessionEvent
- Direct Known Subclasses:
- SessionCreatedEvent, SessionDestroyedEvent
public abstract class AbstractSessionEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionId
protected final String sessionId
userName
protected final String userName
AbstractSessionEvent
protected AbstractSessionEvent(String sessionId,
String userName)
getSessionId
public String getSessionId()
getUserName
@Nullable
public String getUserName()
Copyright © 2015 Atlassian. All rights reserved.