public class SessionEventImpl extends Object implements SessionEvent
| Constructor and Description |
|---|
SessionEventImpl(SessionState sessionState,
Throwable reason) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
The (optional) cause of change.
|
SessionState |
getSessionState()
The new state of the session.
|
public SessionEventImpl(SessionState sessionState, Throwable reason)
public SessionState getSessionState()
getSessionState in interface SessionEventpublic Throwable getCause()
getCause in interface SessionEventnull, if there was none.Copyright © 2018–2021 SmallRye. All rights reserved.