Defines a function that takes a Command object as an argument and returns void. Used to define the shape of a function that can handle commands, but it does not provide an implementation.
Command
void
Defines a function that takes a
Command
object as an argument and returnsvoid
. Used to define the shape of a function that can handle commands, but it does not provide an implementation.