Interface IndividualSetListener

    • Method Detail

      • individualAdded

        void individualAdded​(IndividualSet collection,
                             Individual individual)
        Invoked if the Individual is added to the IndividualSet.
        Parameters:
        collection - the observed collection
        individual - the added individual
      • individualRemoved

        void individualRemoved​(IndividualSet collection,
                               Individual individual)
        Invoked if the Individual is removed from the IndividualSet.
        Parameters:
        collection - the observed collection
        individual - the removed individual