public interface IAlleleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onRegisterAllele(IAllele allele)
Called when an allele is registered with
IAlleleRegistry. |
void |
onRegisterClassification(IClassification classification)
Called when a classification is registered with
IAlleleRegistry. |
void |
onRegisterFruitFamily(IFruitFamily family)
Called when a fruit family is registered with
IAlleleRegistry. |
void onRegisterAllele(IAllele allele)
IAlleleRegistry.allele - Allele which was registered.void onRegisterClassification(IClassification classification)
IAlleleRegistry.classification - Classification which was registered.void onRegisterFruitFamily(IFruitFamily family)
IAlleleRegistry.family - Fruit family which was registered.