org.snmp4j.event
Interface AuthenticationFailureListener

All Superinterfaces:
java.util.EventListener

public interface AuthenticationFailureListener
extends java.util.EventListener

The AuthenticationFailureListener listens for authentication failure events.

Since:
1.5
Version:
1.5
Author:
Frank Fock

Method Summary
 void authenticationFailure(AuthenticationFailureEvent event)
          Informs about an authentication failure occured while processing the message contained in the supplied event object.
 

Method Detail

authenticationFailure

void authenticationFailure(AuthenticationFailureEvent event)
Informs about an authentication failure occured while processing the message contained in the supplied event object.

Parameters:
event - a AuthenticationFailureEvent describing the type of authentication failure, the offending message, and its source address and transport protocol.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.