com.adventnet.snmp.ui
Class PropertyCombinerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.adventnet.snmp.ui.PropertyCombinerEvent
All Implemented Interfaces:
java.io.Serializable

public class PropertyCombinerEvent
extends java.util.EventObject

this is a PropertyCombinerEvent class which will give the objects passed by PropertyCombiner bean

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyCombinerEvent(java.lang.Object obj, java.lang.Object original)
          This is a constructor for this class obj is the source which will give the object to be passed and original is the object to be passed
 
Method Summary
 java.lang.Object getOriginalObject()
          returns the the object passed to this event
 
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
 

Constructor Detail

PropertyCombinerEvent

public PropertyCombinerEvent(java.lang.Object obj,
                             java.lang.Object original)
This is a constructor for this class obj is the source which will give the object to be passed and original is the object to be passed

Method Detail

getOriginalObject

public java.lang.Object getOriginalObject()
returns the the object passed to this event