Package uk.co.westhawk.snmp.event
Class TrapEvent
java.lang.Object
java.util.EventObject
uk.co.westhawk.snmp.event.DecodedPduEvent
uk.co.westhawk.snmp.event.TrapEvent
- All Implemented Interfaces:
 Serializable
The TrapEvent class. This class is delivered when a trap is received.
- Version:
 - $Revision: 1.8 $ $Date: 2006/02/09 14:30:18 $
 - Author:
 - Birgit Arkesteijn
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class uk.co.westhawk.snmp.event.DecodedPduEvent
consume, getHostPort, getPdu, isConsumedMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
TrapEvent
The constructor for a decoded trap pdu event. The SnmpContext classes will fire decoded trap pdu events.- Parameters:
 source- The source (SnmpContext) of the eventpdu- The pduport- The remote port number of the host where the pdu came from
 
 -