net.sf.doolin.context
Interface Application

All Known Implementing Classes:
AbstractApplication, GUIApplication

public interface Application

Life-cycle of an application.

Author:
Damien Coraboeuf

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

Method Detail

start

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

Parameters:
arguments - Starting arguments


Copyright © 2011. All Rights Reserved.