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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should start the application.
  • Method Details

    • startApplication

      void startApplication() throws Exception
      This method should start the application.
      Throws:
      Exception - if any error has occurred during application start