Package org.openscience.cdk.event
Class ChemObjectChangeEvent
java.lang.Object
java.util.EventObject
org.openscience.cdk.event.ChemObjectChangeEvent
- All Implemented Interfaces:
Serializable
,IChemObjectChangeEvent
Event fired by cdk classes to their registered listeners
in case something changes within them.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- data
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionChemObjectChangeEvent
(Object source) Constructs a ChemObjectChangeEvent with a reference to the object where it originated. -
Method Summary
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
Methods inherited from interface org.openscience.cdk.interfaces.IChemObjectChangeEvent
getSource
-
Constructor Details
-
ChemObjectChangeEvent
Constructs a ChemObjectChangeEvent with a reference to the object where it originated.- Parameters:
source
- The reference to the object where this change event originated
-