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.
 
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
 
 
Copyright © 2003 Apple Computer, Inc.