Uses of Interface
com.aspectran.core.component.session.SessionListener
-
Packages that use SessionListener Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionListener in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session with parameters of type SessionListener Modifier and Type Method Description voidAbstractSessionHandler. addSessionListener(SessionListener listener)voidSessionHandler. addSessionListener(SessionListener listener)Adds an event listener for session-related events.voidAbstractSessionHandler. removeSessionListener(SessionListener listener)voidSessionHandler. removeSessionListener(SessionListener listener)Removes an event listener for for session-related events.
-