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 Detail

      • getSource

        Object getSource()
        IChemObject that fired the event.
        Returns:
        the source of the event