Registration repository for JSCommand
static public function push(methodName:JSMethodName, command:JSCommand):Boolean
Registers the command using methodName function name.
true if registration success.
static public function remove(methodName:JSMethodName):Boolean
Removes JSCommand registred under
methodName method name.
true if command is successfully removed.