Interface InteractionChangeListener<I extends Interaction>

    • Method Detail

      • onShortNameUpdate

        void onShortNameUpdate​(I interaction,
                               String oldName)

        onShortNameUpdate

        Parameters:
        interaction - : the updated interaction
        oldName - : old name
      • onUpdatedDateUpdate

        void onUpdatedDateUpdate​(I interaction,
                                 Date oldUpdate)

        onUpdatedDateUpdate

        Parameters:
        interaction - : the updated interaction
        oldUpdate - : old updated date
      • onCreatedDateUpdate

        void onCreatedDateUpdate​(I interaction,
                                 Date oldCreated)

        onCreatedDateUpdate

        Parameters:
        interaction - : the updated interaction
        oldCreated - : old created date
      • onInteractionTypeUpdate

        void onInteractionTypeUpdate​(I interaction,
                                     CvTerm oldType)

        onInteractionTypeUpdate

        Parameters:
        interaction - : the updated interaction
        oldType - : old type
      • onAddedParticipant

        void onAddedParticipant​(I interaction,
                                Participant addedParticipant)

        onAddedParticipant

        Parameters:
        interaction - : the updated interaction
        addedParticipant - : added participant
      • onRemovedParticipant

        void onRemovedParticipant​(I interaction,
                                  Participant removedParticipant)

        onRemovedParticipant

        Parameters:
        interaction - : the updated interaction
        removedParticipant - : removed participant