org.snmp4j.agent.mo.snmp
Interface NotificationLogListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NotificationLogMib

public interface NotificationLogListener
extends java.util.EventListener

A NotificationLogListener processes notification logging events.

Since:
1.4
Version:
1.4
Author:
Frank Fock

Method Summary
 void notificationLogEvent(NotificationLogEvent notificationLogEvent)
          Process a notification log event.
 

Method Detail

notificationLogEvent

void notificationLogEvent(NotificationLogEvent notificationLogEvent)
Process a notification log event.

Parameters:
notificationLogEvent - a NotificationLogEvent instance describing a notification.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.