Interface SessionExpirationListener
-
public interface SessionExpirationListenerListener for session expiration notifications.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsessionExpired(ImmutableSession session)Invoked when the specified session expires.
-
-
-
Method Detail
-
sessionExpired
void sessionExpired(ImmutableSession session)
Invoked when the specified session expires.- Parameters:
session- a session
-
-