Class TBrookMiddleware
Unit
BrookMiddleware
Declaration
type TBrookMiddleware = class(TBrookComponent)
Description
Intermediates two classes through a TBrookExecuteActionEvent event.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure Execute(ASender: TObject; AAction: TBrookAction; ARoute: TBrookRoute); virtual; |
Is triggered when the DoExecute method bound in this class is executed.
|
|
procedure BindExecution(AEvent: PBrookExecuteActionEvent); |
Bindes a TBrookExecuteActionEvent event to this class keeping the implementation of a previously declared event.
|
Properties
|
property OnExecute: TBrookMiddlewareExecuteEvent read FOnExecute
write FOnExecute; |
Is triggered when the Execute method bound in this class is executed.
|
Generated by PasDoc 0.15.0.
|