Interface IApplication

All Known Implementing Classes:
CLIApplication, GUIApplication

public interface IApplication
Defines a common interface for application start method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(String[] args)
    Starts a specific program interface.
  • Method Details

    • start

      void start(String[] args) throws Exception
      Starts a specific program interface.
      Parameters:
      args - program interface arguments
      Throws:
      Exception