jtge.engine.security
Interface ILoginObserver

All Known Implementing Classes:
LoginObserver

public interface ILoginObserver

Defines notification callbacks dealing with login/logout events.

Version:
$Revision: 1.2 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void login(IUser user, IConsumer consumer)
          Notify a user logging in.
 void logout(IUser user)
          Notify a user logging out.
 

Method Detail

login

public void login(IUser user,
                  IConsumer consumer)
Notify a user logging in.

Parameters:
user - the user logging in
consumer - the associated consumer

logout

public void logout(IUser user)
Notify a user logging out.

Parameters:
user - the user logging out


Copyright © 2003-2005 . All Rights Reserved.