Determines if this definition can handle the given subject/GUI combination
Source position: fpobserver.pp line 345
public function TMediatorDef.Handles( |
ASubject: TObject; |
AGui: TComponent; |
APropInfo: PPropInfo |
):Boolean; |
ASubject |
|
Subject object to check compatibility for |
AGui |
|
GUI component to check compatibility for |
APropInfo |
|
Property information for property-specific mediators |
True if this definition handles the parameters
The Handles method evaluates whether this mediator definition can handle the specified combination of subject object, GUI component, and property information. It checks class compatibility and property requirements.
This method is used by the mediator manager during the selection process to filter potentially suitable mediators.
|
Compares this definition against another for best match selection |