com.ibm.xsp.application.events
Interface SessionListener


public interface SessionListener

SessionListener for handling session based event in the JSF application.


Field Summary
static java.lang.String SESSION_LISTENER_SERVICE
           
 
Method Summary
 void sessionCreated(ApplicationEx application, javax.servlet.http.HttpSessionEvent event)
          Listen for when an session is created
 void sessionDestroyed(ApplicationEx application, javax.servlet.http.HttpSessionEvent event)
          Listen for when an session is destroyed
 

Field Detail

SESSION_LISTENER_SERVICE

static final java.lang.String SESSION_LISTENER_SERVICE
See Also:
Constant Field Values
Method Detail

sessionCreated

void sessionCreated(ApplicationEx application,
                    javax.servlet.http.HttpSessionEvent event)
Listen for when an session is created

Parameters:
{@link - com.ibm.xsp.application.ApplicationEx, HttpSessionEvent}

sessionDestroyed

void sessionDestroyed(ApplicationEx application,
                      javax.servlet.http.HttpSessionEvent event)
Listen for when an session is destroyed

Parameters:
{@link - com.ibm.xsp.application.ApplicationEx, HttpSessionEvent}