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

Constructor Summary
Create()
 
 

Method Summary
  public Sub Execute(Notification: PureMVC.Interfaces.INotification.INotification )
 
 

Constructor Detail

Create

public constructor Create()
Abstract
False
Reintroduce
False
Virtual
True
Override
False
Final
False

Method Detail

Execute

public procedure Execute(Notification: PureMVC.Interfaces.INotification.INotification )
Abstract
False
Reintroduce
False
Final
False
Virtual
True
Override
False
Class
False

Implementation Link

to Interface ICommand

Client
TCommand
Supplier
ICommand

to Interface INotifier

Client
TCommand
Supplier
INotifier

Generalization Link

to Class TNotifier

Client
TCommand
Supplier
TNotifier