static class Snmp.SyncResponseListener extends java.lang.Object implements ResponseListener
Modifier and Type | Field and Description |
---|---|
private ResponseEvent |
response |
Constructor and Description |
---|
SyncResponseListener() |
Modifier and Type | Method and Description |
---|---|
ResponseEvent |
getResponse() |
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
private ResponseEvent response
public void onResponse(ResponseEvent event)
ResponseListener
onResponse
in interface ResponseListener
event
- a ResponseEvent
.public ResponseEvent getResponse()