|
⇤ ← Revision 1 as of 2005-09-26 12:06:35
Size: 401
Comment:
|
← Revision 2 as of 2009-09-20 22:01:37 ⇥
Size: 401
Comment: converted to 1.6 markup
|
| No differences found! | |
package scm.hivemind.statefulservice;
/**
* Type of objects storable in a
* {@link scm.hivemind.statefulservice.ClientStateStorage}
* Will be notified when cleared from the ClientStateStorage, i.e. when
* the underlying session expires or is invalidated.
*
* @author Marcus Schulte
*/
public interface StateStorageClearanceListener {
void clientStateCleared();
}