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/PluginMonitor.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/PluginMonitor.java (file contents):
Revision 1.3 by tdb, Wed Mar 14 23:25:29 2001 UTC vs.
Revision 1.4 by tdb, Thu Mar 22 17:31:43 2001 UTC

# Line 17 | Line 17 | public interface PluginMonitor {
17   //---CONSTRUCTORS---
18  
19   //---PUBLIC METHODS---
20
21    /**
22     * Takes a packet and performs some analysis on it. What
23     * it does as a result of this analysis is entirely up
24     * to it.
25     *
26     * @param packet the packet to analyse
27     */
28    public void analysePacket(XMLPacket packet);
20      
21      /**
22       * Gives a description of what this PluginMonitor does

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines