com.sun.jaw.snmp.agent
Class SnmpTableEntryEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.sun.jaw.snmp.agent.SnmpTableEntryEvent
- public class SnmpTableEntryEvent
- extends java.util.EventObject
- implements java.io.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
, Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
SnmpTableEntryEvent(java.lang.Object source,
java.lang.Object entry)
Initializes all the information required for the event. |
Method Summary |
java.lang.Object |
getEntry()
Gets the entry. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SnmpTableEntryEvent
public SnmpTableEntryEvent(java.lang.Object source,
java.lang.Object entry)
- Initializes all the information required for the event.
- Parameters:
source
- The source.entry
- The entry.
getEntry
public java.lang.Object getEntry()
- Gets the entry.
- Returns:
- The entry.