Business Components

oracle.jbo.domain
Interface DomainOwnerInterface

All Known Implementing Classes:
Array, Struct, EntityImpl

public interface DomainOwnerInterface


Method Summary
 void domainToBeModified(DomainInterface d)
          Notification method that this domain calls whenever any of its attribute values are about to be modified.
 

Method Detail

domainToBeModified

public void domainToBeModified(DomainInterface d)
Notification method that this domain calls whenever any of its attribute values are about to be modified. This Domain should always notify its owner.
Parameters:
d - the domain being modified.

Business Components