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

    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

    • startModel

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

      void stopModel()
      Deprecated.
      Stops Pam detection
    • modelSettings

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