ice.net
Interface AuthenticationListener

All Superinterfaces:
EventListener

public interface AuthenticationListener
extends EventListener

Classes wanting to recieve AuthentcationEvents should implement this interface.

See Also:
AuthenticationEvent, AuthenticationManager, Authentication

Method Summary
 void onAuthenticationEvent(AuthenticationEvent e)
          Invoked when a challenge for an Authentication has been recieved.
 

Method Detail

onAuthenticationEvent

public void onAuthenticationEvent(AuthenticationEvent e)
Invoked when a challenge for an Authentication has been recieved.