public interface ResponseListener extends 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
.Copyright © 2015 SNMP4J.org. All rights reserved.