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, getSessionHandle
getEventTime
public 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–2015 Apache Software Foundation. All rights reserved.