+

Search Tips   |   Advanced Search

 

TargetableCommand interface

 

The TargetableCommand interface extends the Command interface and provides for remote execution of commands.

Most commands will be targetable commands. The TargetableCommand interface declares several additional methods:

With the exception of the performExecute method, which implement, all of these methods are implemented in the TargetableCommandImpl class. This class also implements the execute method declared in the Command interface.


Sub-topics


Command interface example application

 

Related tasks


Writing command interfaces

 

Reference topic