Interface ExperimentChangeListener

    • Method Detail

      • onPublicationUpdate

        void onPublicationUpdate​(Experiment experiment,
                                 Publication oldPublication)

        onPublicationUpdate

        Parameters:
        experiment - : updated experiment
        oldPublication - : old publication
      • onInteractionDetectionMethodUpdate

        void onInteractionDetectionMethodUpdate​(Experiment experiment,
                                                CvTerm oldCv)

        onInteractionDetectionMethodUpdate

        Parameters:
        experiment - : updated experiment
        oldCv - : old cv
      • onHostOrganismUpdate

        void onHostOrganismUpdate​(Experiment experiment,
                                  Organism oldOrganism)

        onHostOrganismUpdate

        Parameters:
        experiment - : updated experiment
        oldOrganism - : old organism
      • onAddedVariableParameter

        void onAddedVariableParameter​(Experiment o,
                                      VariableParameter added)
        Listen to the event where a parameter has been added to the object parameters.
        Parameters:
        o - The object which has changed.
        added - The added parameter.
      • onRemovedVariableParameter

        void onRemovedVariableParameter​(Experiment o,
                                        VariableParameter removed)
        Listen to the event where a parameter has been removed from the object parameters.
        Parameters:
        o - The object which has changed.
        removed - The removed parameter.