Class CTWarningManager
java.lang.Object
clickTrainDetector.layout.warnings.CTWarningManager
Manages warning for the click train detector
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addWarning
(PamWarning pamWarning) Add a warning to the click train detector.Get all current warnings
-
Constructor Details
-
CTWarningManager
-
-
Method Details
-
addWarning
Add a warning to the click train detector.- Parameters:
pamWarning
- - warning to add.
-
getWarnings
Get all current warnings- Returns:
- the current warning.
-