+

Search Tips   |   Advanced Search

 

Implementing command interfaces

 

The command package provides a class, TargetableCommandImpl, that implements all of the methods in the TargetableCommand interface except the performExecute method. It also implements the execute method from the Command interface.

 

Overview

 

Procedure



Instance and class variables

Command-specific methods

Example: Implementing methods from the TargetableCommand interface

Setting and determining targets

Example: Implementing methods from the Command interface

Example: Implementing methods from the Compensable interface