org.millscript.commons.alert
Interface AlertDecorator


public interface AlertDecorator

This interface describes an alert decorator, which provides information to decorate an alert with.


Method Summary
 Alert decorate(Alert alert)
          Decorates the supplied alert with information for this decorator.
 

Method Detail

decorate

Alert decorate(Alert alert)
Decorates the supplied alert with information for this decorator.

Parameters:
alert - the alert to decorate
Returns:
the decorated supplied alert


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