PamModel
Interface PamModelInterface

All Known Implementing Classes:
PamModel

public interface PamModelInterface

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
 boolean modelSettings(javax.swing.JFrame frame)
          Menu command to open dialog to adjust model settings
 boolean startModel()
          Starts the Pam detection process
 void stopModel()
          Stops Pam detection
 

Method Detail

startModel

boolean startModel()
Starts the Pam detection process

Returns:
true if detection started correctly

stopModel

void stopModel()
Stops Pam detection


modelSettings

boolean modelSettings(javax.swing.JFrame frame)
Menu command to open dialog to adjust model settings

Returns:
tru if dialog returned Ok.