public interface SessionEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
SessionEvent.SessionEventType
What type of event is it?
|
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpSession |
getSession()
Retrieves the HttpSession that triggered this event.
|
SessionEvent.SessionEventType |
getType()
Retrieves the type of this event.
|
SessionEvent.SessionEventType getType()
javax.servlet.http.HttpSession getSession()
Copyright © 2006-2014 GateIn. All Rights Reserved.