Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOAssociationConnector


Implemented by:
EOAssociationController,
EOEntityController,
EORangeValueController,
EOTableController
Package:
com.webobjects.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.webobjects.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.

© 2001 Apple Computer, Inc. (Last Published April 14, 2001)


Table of Contents