We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7492a commit 39dcfedCopy full SHA for 39dcfed
src/org/puremvc/typescript/multicore/patterns/command/MacroCommand.ts
@@ -67,6 +67,8 @@ module puremvc
67
*
68
* Note that <i>subCommand</i>s may be any <code>ICommand</code> implementor so
69
* <code>MacroCommand</code>s or <code>SimpleCommand</code>s are both acceptable.
70
+ *
71
+ * @protected
72
*/
73
initializeMacroCommand():void
74
{
@@ -80,6 +82,8 @@ module puremvc
80
82
81
83
* @param commandClassRef
84
* A reference to the constructor of the <code>ICommand</code>.
85
86
87
88
addSubCommand( commandClassRef:Function ):void
89
0 commit comments