Package PamModel

Interface PamModelInterface


@Deprecated public interface PamModelInterface
Deprecated.
Author:
Doug Gillespie

Interface for the Pam Model Must be implemented by any PamModel in order that the PamController and the PamView can interface with the model.

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Menu command to open dialog to adjust model settings
    boolean
    Deprecated.
    Starts the Pam detection process
    void
    Deprecated.
    Stops Pam detection
  • Method Details Link icon

    • startModel Link icon

      boolean startModel()
      Deprecated.
      Starts the Pam detection process
      Returns:
      true if detection started correctly
    • stopModel Link icon

      void stopModel()
      Deprecated.
      Stops Pam detection
    • modelSettings Link icon

      boolean modelSettings(JFrame frame)
      Deprecated.
      Menu command to open dialog to adjust model settings
      Returns:
      tru if dialog returned Ok.