public interface NotificationHandler
Modifier and Type | Method and Description |
---|---|
HandlerResponse |
processPdu(EventContext context,
org.snmp4j.CommandResponderEvent event,
Object opaque)
Filter method
|
HandlerResponse processPdu(EventContext context, org.snmp4j.CommandResponderEvent event, Object opaque) throws Exception
event
- Snmp4j CommandResponderEventopaque
- object supplied with this Handler at registrationException