PreviousDelegateManager Up
Base Class Library
dictionaryNext

Dependent

Dependent is an abstract class which provides notification of of changed/deleted to all the registerd dependents of an object. To use the dependency mechanism, subclass Dependent and set up dependencies for the instances of your subclass. The notification scheme only works for instances and not classes.

Note

This class is retained for compatibility only. We recommend that you use Components for notification schemes in new development work.

Class-Control Entry

Include this entry in the Class-Control paragraph of any program using this class.

Dependent is class "dependnt"

Superclass

buttonBase


buttonClass Methods


Instance Methods

The list below does not include methods inherited from Base. For these methods, click the button below:

buttonBase

addDependent Using aDependent
changed Using aFourByteParameter
deleted Using aFourByteParameter
getDependents Returning lnkDependents
removeDependencies
removeDependent Using lnkDependent