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 TypeMethodDescriptionbooleanmodelSettings(JFrame frame) Deprecated.Menu command to open dialog to adjust model settingsbooleanDeprecated.Starts the Pam detection processvoidDeprecated.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.
 
 
 -