org.springframework.richclient.application.config
Interface ApplicationObjectConfigurer
- All Known Implementing Classes:
- DefaultApplicationObjectConfigurer
public interface ApplicationObjectConfigurer
Facade interface for configuring application objects. Relieves the burden of
the objects having to configure themselves.
- Author:
- Keith Donald
Method Summary |
void |
configure(Object applicationObject,
String objectName)
Configure the specified object. |
configure
void configure(Object applicationObject,
String objectName)
- Configure the specified object.
- Parameters:
applicationObject
- The object to be configured. Must not be null.objectName
- A name for the object that is unique within the application. Must not be null.
- Throws:
IllegalArgumentException
- if either argument is null.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.