Business Components 9.0.5

oracle.jbo.domain
Interface DomainOwnerInterface

All Known Implementing Classes:
EntityImpl, RowImpl

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 9.0.5

 

Copyright © 1997, 2004, Oracle. All rights reserved.