Namespace: PureMVC.Patterns.Command
Class TCommand
System.TInterfacedObject
|
+-- PureMVC.Patterns.Notifier.TNotifier
|
+-- PureMVC.Patterns.Command.TCommand
All Implemented Interfaces: - ICommand , INotifier
Direct Known Subclasses: - TSimpleCommand , TMacroCommand
internal class TCommand ( TNotifier , ICommand , INotifier )
Abstract- False
Sealed- False
Persistent- False
Create
public constructor Create()
Abstract- False
Reintroduce- False
Virtual- True
Override- False
Final- False
Execute
public procedure Execute(Notification: PureMVC.Interfaces.INotification.INotification )
Abstract- False
Reintroduce- False
Final- False
Virtual- True
Override- False
Class- False
to Interface ICommand
Client- TCommand
Supplier- ICommand
to Interface INotifier
Client- TCommand
Supplier- INotifier
to Class TNotifier
Client- TCommand
Supplier- TNotifier