Interface ICommandExecutor

All Known Implementing Classes:
AbstractCommandExecutor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

An abstract base class that implements the ICommandExecutor interface, providing common functionality for command execution implementations. Concrete subclasses must implement the execute() method to define specific command behavior.