Package PamModel
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 TypeMethodDescriptionboolean
modelSettings
(JFrame frame) Deprecated.Menu command to open dialog to adjust model settingsboolean
Deprecated.Starts the Pam detection processvoid
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
Deprecated.Menu command to open dialog to adjust model settings- Returns:
- tru if dialog returned Ok.
-