All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.util.EventObject
|
+----com.sun.jaw.snmp.agent.SnmpTableEntryEvent
SnmpTableEntryEvent represents an event emitted when an
entry is added or deleted from a SNMP table.
In addition from the source object, the event object contains the reference to the entry added or removed from the table.
public SnmpTableEntryEvent(Object source,
Object entry)
public Object getEntry()
All Packages Class Hierarchy This Package Previous Next Index