Module org.snmp4j

Interface ResponseListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SnmpCompletableFuture, TableUtils.DenseTableRequest, TableUtils.TableRequest

public interface ResponseListener extends EventListener
The ResponseListener interface is implemented by objects that process SNMP response messages.
Version:
3.1.0
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends Address>
    void
    Process a SNMP response.
  • Method Details

    • onResponse

      <A extends Address> void onResponse(ResponseEvent<A> event)
      Process a SNMP response.
      Type Parameters:
      A - type of the target Address
      Parameters:
      event - a ResponseEvent.