| Class | Description |
|---|---|
| AbstractSessionEvent |
For
SessionRepository implementations that support it, this event is
fired when a Session is updated. |
| SessionCreatedEvent |
For
SessionRepository implementations that support it, this event is
fired when a Session is destroyed either explicitly or via
expiration. |
| SessionDeletedEvent |
For
SessionRepository implementations that support it, this event is
fired when a Session is destroyed via deletion. |
| SessionDestroyedEvent |
Base class for events fired when a
Session is destroyed explicitly. |
| SessionExpiredEvent |
For
SessionRepository implementations that support it, this event is
fired when a Session is destroyed via expiration. |