WebObjects 5.2.4

com.webobjects.eoapplication
Interface EOAssociationConnector

All Known Implementing Classes:
EOAssociationController, EOEntityController, EORangeValueController

public interface EOAssociationConnector

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


Method Summary
 void takeResposibilityForConnectionOfAssociation(EOAssociation association)
          Invoked when one of the receiver's subcontrollers is disposed as a transient controller.
 

Method Detail

takeResposibilityForConnectionOfAssociation

public void takeResposibilityForConnectionOfAssociation(EOAssociation association)
Invoked when one of the receiver's subcontrollers is disposed as a transient controller. Instructs the receiver to assume responsibility for managing the subcontroller's EOAssociation, association.

Parameters:
association - the transient subcontroller's EOAssociation

Last updated Wed May 25 10:47:15 PDT 2005.

Copyright © 2005 Apple Computer, Inc.