Package org.snmp4j.agent.mo.snmp
Interface NotificationLogListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
NotificationLogMib
A
NotificationLogListener processes notification logging events.- Since:
- 1.4
- Version:
- 1.4
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotificationLogEvent(NotificationLogEvent notificationLogEvent) Process a notification log event.
-
Method Details
-
notificationLogEvent
Process a notification log event.- Parameters:
notificationLogEvent- a NotificationLogEvent instance describing a notification.
-