Uses of Interface
org.millscript.commons.alert.AlertReporter

Packages that use AlertReporter
org.millscript.commons.alert This package provides an improved exception, called an Alert. 
org.millscript.commons.alert.reporters   
 

Uses of AlertReporter in org.millscript.commons.alert
 

Methods in org.millscript.commons.alert with parameters of type AlertReporter
 void Alert.report(AlertReporter reporter)
          Reports this alert to the specified reporter as a mishap.
 

Uses of AlertReporter in org.millscript.commons.alert.reporters
 

Classes in org.millscript.commons.alert.reporters that implement AlertReporter
 class AbstractAlertReporter
          This class provides a skeletal AlertReporter implementation, to make reduce duplication of code between concrete implementations.
 class StandardMishapAlertReporter
          This class provides a standard Alert reporter for mishaps, that outputs everything to the standard error stream.
 class StandardWarningAlertReporter
          This class provides a standard Alert reporter for warningd, that outputs everything to the standard error stream.
 

Fields in org.millscript.commons.alert.reporters declared as AlertReporter
static AlertReporter StandardMishapAlertReporter.MISHAP_REPORTER
          A convenience StandardMishapAlertReporter instance for applications to use.
static AlertReporter StandardWarningAlertReporter.WARNING_REPORTER
          A convenience StandardMishapAlertReporter instance for applications to use.
 



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