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.1 by tdb, Thu Mar 1 22:06:48 2001 UTC vs.
Revision 1.5 by ajm, Fri Mar 23 02:30:44 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.ac.ukc.iscream.client;
2 > package uk.org.iscream.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   */
15 < public interface PluginMonitor {
15 > public interface PluginAlerter {
16  
17   //---STATIC METHODS---
18  
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