CommandDispatcher
#include "Commands/Dispatcher.h"
Public Functions
| Name | |
|---|---|
| CommandDispatcher & | get() |
| void | enqueueCommand(ICommand * command)<br>CommandDispatcher takes ownership of the command. |
| void | execute() |
Public Functions Documentation
function get
cpp
static CommandDispatcher & get()static CommandDispatcher & get()function enqueueCommand
cpp
void enqueueCommand(
ICommand * command
)void enqueueCommand(
ICommand * command
)CommandDispatcher takes ownership of the command.
function execute
cpp
void execute()void execute()Updated on 2025-09-07 at 16:13:50 +0000