WebObjects 5.4.2

com.webobjects.eoapplication
Interface EOAssociationConnector

All Known Implementing Classes:
EOActionController, EOAssociationController, EOCheckBoxController, EOComboBoxController, EODefaultActionTrigger, EODetailSelectionController, EODocumentController, EOEditingController, EOEntityController, EOEnumerationController, EOFormatValueController, EOFormController, EOImageViewController, EOInterfaceController, EOListController, EOMultipleValuesEnumerationController, EOOneValueEnumerationController, EOQueryController, EOQuickTimeViewController, EORangeTextFieldController, EORangeValueController, EOStaticTextFieldController, EOTableColumnController, EOTableController, EOTextAreaController, EOTextFieldController, EOTitlesController, EOTreeController, EOValueAndURLController, EOValueController

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

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 June 2008

Copyright © 2000-2008 Apple Inc.