All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.TableEntryListenerImpl

java.lang.Object
   |
   +----examples.snmp.agent.TableEntryListenerImpl

public class TableEntryListenerImpl
extends Object
implements SnmpTableEntryListener
This class receives SnmpTableEntryEvent events when an entry is added to or removed from the ifTable.


Constructor Index

 o TableEntryListenerImpl()

Method Index

 o entryAdded(SnmpTableEntryEvent)
 o entryRemoved(SnmpTableEntryEvent)

Constructors

 o TableEntryListenerImpl
 public TableEntryListenerImpl()

Methods

 o entryAdded
 public void entryAdded(SnmpTableEntryEvent event)
 o entryRemoved
 public void entryRemoved(SnmpTableEntryEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index