org.springframework.richclient.command.config
Interface CommandConfigurer

Show UML class diagram
All Known Subinterfaces:
CommandManager
All Known Implementing Classes:
ApplicationWindowCommandManager, DefaultCommandConfigurer, DefaultCommandManager

public interface CommandConfigurer

An interface to be implemented by classes that are responsible for configuring AbstractCommand instances.

Author:
Keith Donald

Method Summary
 AbstractCommand configure(AbstractCommand command)
          Configures the given command.
 

Method Detail

configure

AbstractCommand configure(AbstractCommand command)
Configures the given command.

Parameters:
command - The command to be configured. Must not be null.
Returns:
The configured command.
Throws:
IllegalArgumentException - if command is null.


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.