Interface PolymerChangeListener<P extends Polymer>

    • Method Detail

      • onSequenceUpdate

        void onSequenceUpdate​(P protein,
                              String oldSequence)
        Listen to the event where the sequence of a protein has been changed. If oldSequence is null, it means that the sequence has been initialised. If the sequence of the protein is null, it means that the sequence of the protein has been reset
        Parameters:
        protein - : updated polymer
        oldSequence - : old sequence