Package org.opennms.netmgt.icmp.proxy
Interface PingRequestBuilder.Callback
-
- Enclosing interface:
- PingRequestBuilder
public static interface PingRequestBuilder.Callback
Can be used to show progress.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUpdate(PingSequence newSequence, PingSummary summary)
Is invoked on a ping progress updated.
-
-
-
Method Detail
-
onUpdate
void onUpdate(PingSequence newSequence, PingSummary summary)
Is invoked on a ping progress updated. Is only used ifPingRequestBuilder.withNumberOfRequests(int)
is > 1.- Parameters:
summary
-
-
-