Package org.snmp4j.event
Interface AuthenticationFailureListener
- All Superinterfaces:
 EventListener
The 
AuthenticationFailureListener listens for authentication
 failure events.- Since:
 - 1.5
 - Version:
 - 1.5
 - Author:
 - Frank Fock
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidInforms about an authentication failure occurred while processing the message contained in the supplied event object. 
- 
Method Details
- 
authenticationFailure
Informs about an authentication failure occurred while processing the message contained in the supplied event object.- Parameters:
 event- aAuthenticationFailureEventdescribing the type of authentication failure, the offending message, and its source address and transport protocol.
 
 -