All Classes
| Class | Description |
|---|---|
| Controller |
A Singleton
IController implementation. |
| Facade |
A base Singleton
IFacade implementation. |
| ICommand |
The interface definition for a PureMVC Command.
|
| IController |
The interface definition for a PureMVC Controller.
|
| IFacade |
The interface definition for a PureMVC Facade.
|
| IMediator |
The interface definition for a PureMVC Mediator.
|
| IModel |
The interface definition for a PureMVC Model.
|
| INotification |
The interface definition for a PureMVC Notification.
|
| INotifier |
The interface definition for a PureMVC Notifier.
|
| IObserver |
The interface definition for a PureMVC Observer.
|
| IProxy |
The interface definition for a PureMVC Proxy.
|
| IView |
The interface definition for a PureMVC View.
|
| MacroCommand |
A base
ICommand implementation that executes other ICommands. |
| Mediator |
A base
IMediator implementation. |
| Model |
A Singleton
IModel implementation. |
| Notification |
A base
INotification implementation. |
| Notifier |
A Base
INotifier implementation. |
| Observer |
A base
IObserver implementation. |
| Proxy |
A base
IProxy implementation. |
| SimpleCommand |
A base
ICommand implementation. |
| View |
A Singleton
IView implementation. |