Package puremvc :: Package patterns :: Module command
[hide private]
[frames] | no frames]

Module command

source code

PureMVC Python Port by Toby de Havilland <toby.de.havilland@puremvc.org> PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved. Your reuse is governed by the Creative Commons Attribution 3.0 License

Classes [hide private]
MacroCommand
A base ICommand implementation that executes other ICommands.
SimpleCommand
A base ICommand implementation.