Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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