Interface ICommandExecutor

All Known Implementing Classes:
AbstractCommandExecutor

public interface ICommandExecutor
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.