org.millscript.commons.alert
Interface AlertReporter

All Known Implementing Classes:
AbstractAlertReporter, StandardMishapAlertReporter, StandardWarningAlertReporter

public interface AlertReporter

This interface describes methods for providing the origin information for an Alert.


Method Summary
 void report(Alert alert)
          Reports the specified Alert in the appropriate manner.
 

Method Detail

report

void report(Alert alert)
Reports the specified Alert in the appropriate manner.

Parameters:
alert - the Alert to report


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.