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 0e766f2 commit 79a8b5dCopy full SHA for 79a8b5d
README.md
@@ -8,6 +8,9 @@ No swc as you should compile from source to ensure it extends the same version o
8
9
In your context:
10
11
+ // implement this interface:
12
+ import org.robotlegs.core.ICompoundCommandContext;
13
+
14
protected var _compoundCommandMap:ICompoundCommandMap;
15
16
public function get compoundCommandMap():ICompoundCommandMap
src/org/robotlegs/core/ICompoundCommandContext.as
@@ -0,0 +1,11 @@
1
+package org.robotlegs.core
2
+{
3
4
+public interface ICompoundCommandContext
5
6
+ function get compoundCommandMap():ICompoundCommandMap;
7
+ function set compoundCommandMap(value:ICompoundCommandMap):void;
+}
0 commit comments