net.sf.doolin.gui.app
Interface GUIStartup

All Known Implementing Classes:
GUIWindowStartup

public interface GUIStartup

Start-up policy for an applicaton.

Author:
Damien Coraboeuf

Method Summary
 void start(GUIApplication application, String[] arguments)
          Starts the application.
 

Method Detail

start

void start(GUIApplication application,
           String[] arguments)
Starts the application.

Parameters:
application - Application to start.
arguments - Starting arguments


Copyright © 2011. All Rights Reserved.