All Classes and Interfaces
Class
Description
Concrete implementation of
ICommand interface.Contains a set of commands and events supported by a
ICommandable commandable object.Abstract client that calls service directly in the same memory space.
Concrete implementation of
IEvent interface.An interface for Commands, which are part of the Command design pattern.
An interface for commandable objects, which are part of the command design pattern.
An interface for stackable command interceptors, which can extend
and modify the command call chain.
An interface for Events, which are part of the Command design pattern.
An interface for listener objects that receive notifications on fired events.
Implements a
ICommand command wrapped by an interceptor.