Interface ResponseListener

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

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

    Modifier and Type
    Method
    Description
    void
    Process a SNMP response.
  • Method Details

    • onResponse

      void onResponse(ResponseEvent event)
      Process a SNMP response.
      Parameters:
      event - a ResponseEvent.