jet.server.api
Interface ExpiryListener


public interface ExpiryListener

An ExpiryListener listens to a user. When a user is expiry the expire method is called.


Method Summary
 void expire(UserSession us)
          When a user is expiry this method is called.
 

Method Detail

expire

void expire(UserSession us)
When a user is expiry this method is called.

Parameters:
us - the user that is expiry.