public interface DomainOwnerInterface
| Modifier and Type | Method and Description | 
|---|---|
| void | domainToBeModified(DomainInterface d)Notification method that this domain calls whenever any of its
 attribute values are about
 to be modified. | 
void domainToBeModified(DomainInterface d)
d - the domain being modified.