Class OntologyTermChangeLogger

    • Constructor Detail

      • OntologyTermChangeLogger

        public OntologyTermChangeLogger()
    • Method Detail

      • onDefinitionUpdate

        public void onDefinitionUpdate​(OntologyTerm cv,
                                       String oldDef)
        Listen to the event where the definition of a cv term has been changed. If oldDefinition is null, it means that a definition has been added to the cv term. If the definition of the cv term is null, it means that the definition of the cv term has been removed
        Specified by:
        onDefinitionUpdate in interface OntologyTermChangeListener
        Parameters:
        cv - : updated term
        oldDef - : old definition