Package 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$
- See Also:
ServiceApplication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startApplication()
This method should start the application.
-