Edit Parameter Dependency window

You use the New Parameter Dependency window to set up dependencies between pattern parameters. When dependencies have been established, the pattern framework calls update methods in the client's class.

When established, a parameter dependency causes the client parameter to be notified when there is a change in value in the supplier parameter. You add code that invokes the behavior that results from the notification in the provided update methods.

Existing Parameters
List of all of the parameters modeled in the pattern.
Client Parameters
Lists existing parameters notified by this parameter. Use the list of existing parameters to update this list.
Supplier Parameters
Lists existing parameters monitored for activity by this parameter. Use the list of existing parameters to update this list
Related tasks
Adding patterns and parameters to libraries
Adding parameters to patterns
Adding dependencies to parameters
Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.