SourceForge.net Logo

org.netsnmp
Class MIBEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.netsnmp.MIBEvent
All Implemented Interfaces:
Serializable

public class MIBEvent
extends EventObject

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 OID oid
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MIBEvent(Object src, OID oid)
          Creates a new instance of MIBEvent
 
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
 

Field Detail

oid

public OID oid
Constructor Detail

MIBEvent

public MIBEvent(Object src,
                OID oid)
Creates a new instance of MIBEvent


SourceForge.net Logo