ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/PluginAlerter.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/PluginAlerter.java (file contents):
Revision 1.3 by tdb, Wed Mar 14 23:25:29 2001 UTC vs.
Revision 1.6 by tdb, Tue May 29 17:02:34 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.org.iscream.client;
2 > package uk.org.iscream.cms.server.client;
3  
4   //---IMPORTS---
5  
6   /**
7 < * An interface to which a PluginAlerter must adhere.
7 > * An interface to which a Alerters must adhere.
8   *
9 + * This is extended by the AlerterSkeleton, Alerters should
10 + * typically extend this class to be a fully functional Alerter.
11 + *
12   * @author  $Author$
13   * @version $Id$
14   */
# Line 16 | Line 19 | public interface PluginAlerter {
19   //---CONSTRUCTORS---
20  
21   //---PUBLIC METHODS---
22 <
20 <    /**
21 <     * Takes an Alert and sends it accordingly.
22 <     *
23 <     * @param alert The Alert to send
24 <     */
25 <    public void sendAlert(Alert alert);
26 <    
22 >  
23      /**
24       * Gives a description of what this PluginAlerter does
25       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines