org.snmp4j.event
Interface ResponseListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TableUtils.TableRequest

public interface ResponseListener
extends java.util.EventListener

The ResponseListener interface is implemented by objects that process SNMP response messages.

Version:
1.0
Author:
Frank Fock

Method Summary
 void onResponse(ResponseEvent event)
          Process a SNMP response.
 

Method Detail

onResponse

void onResponse(ResponseEvent event)
Process a SNMP response.

Parameters:
event - a ResponseEvent.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.