Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
SessionTimeoutHandler |
|
| 1.0;1 |
1 | package org.kuali.student.common.ui.client.security; | |
2 | ||
3 | /** | |
4 | * Implement this interface to provide a timeout handler for session timeout. | |
5 | * | |
6 | * @author Will | |
7 | * | |
8 | */ | |
9 | public interface SessionTimeoutHandler { | |
10 | public void handleSessionTimeout(); | |
11 | } |