Interface SessionEvent
-
- All Known Implementing Classes:
SessionEventImpl
public interface SessionEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throwable
getCause()
SessionState
getSessionState()
-
-
-
Method Detail
-
getSessionState
SessionState getSessionState()
-
getCause
Throwable getCause()
-
-