javax.rad.application.genui
Interface IApplicationSetup


public interface IApplicationSetup

The IApplicationSetup should be used for the configuration of a new application. It will be called before the constructor of an application start to create objects.


Method Summary
 void apply(IApplication pApplication)
          Apply pre-configured settings.
 

Method Detail

apply

void apply(IApplication pApplication)
Apply pre-configured settings.

Parameters:
pApplication - the application


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.