public class SnmpEvent<V> extends Object
| Constructor and Description |
|---|
SnmpEvent(SnmpContext context,
SnmpResponse<V> response)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SnmpContext |
getContext()
Gets the
context property. |
SnmpResponse<V> |
getResponse()
Gets the
response property. |
public SnmpEvent(SnmpContext context, SnmpResponse<V> response)
context - response - public SnmpContext getContext()
context property.public SnmpResponse<V> getResponse()
response property.Copyright © 2012–2015. All rights reserved.