Package org.openscience.cdk.interfaces
Interface IChemObjectChangeEvent
-
- All Known Implementing Classes:
ChemObjectChangeEvent
public interface IChemObjectChangeEvent
Event fired by CDK IChemObject classes to their registered listeners in case something changed within them.- Source code:
- main
- Belongs to CDK module:
- interfaces
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getSource()
IChemObject that fired the event.
-
-
-
Method Detail
-
getSource
Object getSource()
IChemObject that fired the event.- Returns:
- the source of the event
-
-