Package org.opennms.netmgt.snmp
Interface SnmpWalkCallback
- 
public interface SnmpWalkCallbackCallback used for asynchronous SNMP WALKs.- Author:
 - jwhite
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(SnmpWalker tracker, Throwable t)Called when the walk, issued by the given tracker is complete. 
 - 
 
- 
- 
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
 
 - 
 
 -