Interface SnmpProxyRowFilter


public interface SnmpProxyRowFilter
The SnmpProxyRowFilter can be used to filter the rows of a table proxy based on the index or content.
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether the provided proxy row passes the filter or not.
  • Method Details

    • passesFilter

      boolean passesFilter(SnmpProxyRow row)
      Checks whether the provided proxy row passes the filter or not.
      Parameters:
      row - the proxy row to check.
      Returns:
      true if the row passes the filter, false otherwise.