public interface IndividualSetListener
IndividualSetListener
receives notifications if an
Individual
is added to or removed from an IndividualSet
.IndividualSet
Modifier and Type | Method and Description |
---|---|
void |
individualAdded(IndividualSet collection,
Individual individual)
Invoked if the
Individual is added to the IndividualSet . |
void |
individualRemoved(IndividualSet collection,
Individual individual)
Invoked if the
Individual is removed from the
IndividualSet . |
void individualAdded(IndividualSet collection, Individual individual)
Individual
is added to the IndividualSet
.collection
- the observed collectionindividual
- the added individualvoid individualRemoved(IndividualSet collection, Individual individual)
Individual
is removed from the
IndividualSet
.collection
- the observed collectionindividual
- the removed individual