All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.agent.SnmpTableEntryEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sun.jaw.snmp.agent.SnmpTableEntryEvent

public class SnmpTableEntryEvent
extends EventObject
implements Serializable
The 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.

See Also:
SnmpTableEntryListener, SnmpMibTable

Constructor Index

 o SnmpTableEntryEvent(Object, Object)
Initialize all the information required for the event.

Method Index

 o getEntry()
Returns the entry.

Constructors

 o SnmpTableEntryEvent
 public SnmpTableEntryEvent(Object source,
                            Object entry)
Initialize all the information required for the event.

Methods

 o getEntry
 public Object getEntry()
Returns the entry.


All Packages  Class Hierarchy  This Package  Previous  Next  Index