|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.alert.reporters.AbstractAlertReporter
public abstract class AbstractAlertReporter
This class provides a skeletal AlertReporter implementation, to make reduce duplication of code between concrete implementations.
| Constructor Summary | |
|---|---|
AbstractAlertReporter()
|
|
| Method Summary | |
|---|---|
void |
report(Alert alert)
Reports the specified Alert in the appropriate manner. |
abstract void |
reportComplaint(java.lang.String complaint)
Reports the specified Culprit. |
void |
reportCulprit(Culprit culprit)
Reports the specified Culprit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAlertReporter()
| Method Detail |
|---|
public void report(Alert alert)
AlertReporter
report in interface AlertReporteralert - the Alert to reportAlertReporter.report(org.millscript.commons.alert.Alert)public abstract void reportComplaint(java.lang.String complaint)
culprit - the Culprit to reportpublic void reportCulprit(Culprit culprit)
culprit - the Culprit to report
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||