Package application

Interface Runner

All Known Implementing Classes:
Application, Application_C12

public interface Runner
The Runner interface provides a run(String[] args) method that allows passing String[] args arguments, which is not provided by the Runnable interface of the Java run-time environment.
Version:
"C12-1.0.0-SNAPSHOT"
Author:
"sgraupner"
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String[] args)
    Method invoked on an instance that implements the Runner interface with passing command line arguments.
  • Method Details

    • run

      void run(String[] args)
      Method invoked on an instance that implements the Runner interface with passing command line arguments.
      Parameters:
      args - commands passed from the command line