java.lang.Object
org.snmp4j.uri.SnmpURI.AsyncResponseListener
- All Implemented Interfaces:
EventListener,ResponseListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Address>
voidonResponse(ResponseEvent<A> event) Process a SNMP response.
-
Field Details
-
callback
-
url
-
-
Constructor Details
-
AsyncResponseListener
-
-
Method Details
-
onResponse
Description copied from interface:ResponseListenerProcess a SNMP response.- Specified by:
onResponsein interfaceResponseListener- Type Parameters:
A- type of the targetAddress- Parameters:
event- aResponseEvent.
-