|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionInitListener
Event listener that can be registered to a VaadinService to get an
event when a new Vaadin service session is initialized for that service.
Because of the way different service instances share the same session, the listener is not necessarily notified immediately when the session is created but only when the first request for that session is handled by a specific service.
VaadinService.addSessionInitListener(SessionInitListener)| Method Summary | |
|---|---|
void |
sessionInit(SessionInitEvent event)
Invoked when a new Vaadin service session is initialized for that service. |
| Method Detail |
|---|
void sessionInit(SessionInitEvent event)
throws ServiceException
Because of the way different service instances share the same session, the listener is not necessarily notified immediately when the session is created but only when the first request for that session is handled by a specific service.
event - the initialization event
ServiceException - a problem occurs when processing the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||