Skip to main content

ICommand

Short summary

Defines an interface for a command that can be executed. Commands can be used for multi-cycle operations that are usually started with a rising exeute input.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Methods

executeCommand

Executes the action associated with this command.

Code

Declaration

INTERFACE ICommand EXTENDS CNM_AbstractObject.IObject