Command.execute

Executes the current command.

This method is not abstract because you can use this class as a concrete class. In this case, instead of defining the execute() method, you set the code to execute by passing a CommandExecutor to the setExecutor() method.

class Command
protected
int
execute

Meta