public class SessionOpened extends SessionEvent
| Constructor and Description |
|---|
SessionOpened(long eventTime,
LensSessionHandle handle,
String user)
Instantiates a session opened event
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUser()
The user.
|
String |
toString() |
getEventId, getSessionHandlegetEventTimepublic SessionOpened(long eventTime,
LensSessionHandle handle,
String user)
eventTime - the event timehandle - the session handleuser - name of user who opened this session@Generated(value="lombok") public String toString()
toString in class SessionEvent@Generated(value="lombok") public String getUser()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.