-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
NotificationLogMib
public interface NotificationLogListener extends java.util.EventListener
ANotificationLogListener
processes notification logging events.- Since:
- 1.4
- Version:
- 1.4
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A extends org.snmp4j.smi.Address>
voidnotificationLogEvent(NotificationLogEvent<A> notificationLogEvent)
Process a notification log event.
-
-
-
Method Detail
-
notificationLogEvent
<A extends org.snmp4j.smi.Address> void notificationLogEvent(NotificationLogEvent<A> notificationLogEvent)
Process a notification log event.- Type Parameters:
A
- type of the peerAddress
.- Parameters:
notificationLogEvent
- a NotificationLogEvent instance describing a notification.
-
-