Interface SnmpWalkCallback


  • public interface SnmpWalkCallback
    Callback used for asynchronous SNMP WALKs.
    Author:
    jwhite
    • Method Detail

      • complete

        void complete​(SnmpWalker tracker,
                      Throwable t)
        Called when the walk, issued by the given tracker is complete.
        Parameters:
        tracker -
        t - null if the request was completed successfully