public interface ResponseListener
extends java.util.EventListener
ResponseListener
interface is implemented by objects that
process SNMP response messages.Modifier and Type | Method and Description |
---|---|
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
void onResponse(ResponseEvent event)
event
- a ResponseEvent
.