java.util.EventListener
NotificationLogMib
public interface NotificationLogListener
extends java.util.EventListener
NotificationLogListener
processes notification logging events.Modifier and Type | Method | Description |
---|---|---|
void |
notificationLogEvent(NotificationLogEvent notificationLogEvent) |
Process a notification log event.
|
void notificationLogEvent(NotificationLogEvent notificationLogEvent)
notificationLogEvent
- a NotificationLogEvent instance describing a notification.Copyright © 2018 SNMP4J.org. All rights reserved.