Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOAssociationConnector


Implemented by:
EOAssociationController,
EOEntityController,
EORangeValueController,
EOTableController
Package:
com.apple.client.eoapplication

Interface Description


EOAssociationConnector is an interface that defines an object that can assume the responsibilities for connecting and disconnecting the associations of a transient subcontroller.



Instance Methods



takeResposibilityForConnectionOfAssociation

public abstract void takeResposibilityForConnectionOfAssociation(com.apple.client.eointerface.EOAssociation association)

Invoked when one of the receiver's subcontrollers is disposed as a transient controller. This method instructs the receiver to assume responsibility for managing the subcontroller's EOAssociation, association.




Table of Contents

DRAFT