public interface TargetPolicy
Modifier and Type | Method and Description |
---|---|
CommandTarget |
getCommandTarget(TargetableCommand command)
Retrieves the target associated with the command, as
determined by the target policy.
|
CommandTarget getCommandTarget(TargetableCommand command)
command
- The command whose target is requested.