JPF 0.10

org.java.plugin.boot
Interface Application

All Known Subinterfaces:
ServiceApplication

public interface Application

This is "marker" interface to abstract an application that may be started (and will stop itself upon user activity).

Version:
$Id: Application.java,v 1.2 2005/10/24 18:06:04 ddimon Exp $
See Also:
ServiceApplication

Method Summary
 void startApplication()
          This method should start the application.
 

Method Detail

startApplication

public void startApplication()
                      throws java.lang.Exception
This method should start the application.

Throws:
java.lang.Exception - if any error has occurred during application start

JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.