KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > nbbuild > misc > bugcompare > ChangelogHandler


1 package nbbuild.misc.bugcompare;
2
3
4 /*
5  * The contents of this file are subject to the terms of the Common Development
6  * and Distribution License (the License). You may not use this file except in
7  * compliance with the License.
8  *
9  * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
10  * or http://www.netbeans.org/cddl.txt.
11  *
12  * When distributing Covered Code, include this CDDL Header Notice in each file
13  * and include the License file at http://www.netbeans.org/cddl.txt.
14  * If applicable, add the following below the CDDL Header, with the fields
15  * enclosed by brackets [] replaced by your own identifying information:
16  * "Portions Copyrighted [year] [name of copyright owner]"
17  *
18  * The Original Software is NetBeans. The Initial Developer of the Original
19  * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
20  * Microsystems, Inc. All Rights Reserved.
21  */

22
23 public interface ChangelogHandler_1 {
24     /**
25      * An event handling method.
26      * @param data value or null
27      * @param meta attributes
28      */

29     public void handle_name(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
30
31     /**
32      * An event handling method.
33      * @param data value or null
34      * @param meta attributes
35      */

36     public void handle_msg(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
37     
38     /**
39      * An event handling method.
40      * @param data value or null
41      * @param meta attributes
42      */

43     public void handle_time(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
44     
45     /**
46      * An event handling method.
47      * @param data value or null
48      * @param meta attributes
49      */

50     public void handle_file(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
51     
52     /**
53      * An event handling method.
54      * @param data value or null
55      * @param meta attributes
56      */

57     public void handle_date(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
58     
59     /**
60      * An event handling method.
61      * @param data value or null
62      * @param meta attributes
63      */

64     public void handle_author(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
65     
66     /**
67      * An event handling method.
68      * @param data value or null
69      * @param meta attributes
70      */

71     public void handle_commondir(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
72     
73     /**
74      * An event handling method.
75      * @param data value or null
76      * @param meta attributes
77      */

78     public void handle_utag(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
79     
80     /**
81      * An event handling method.
82      * @param data value or null
83      * @param meta attributes
84      */

85     public void handle_weekday(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
86     
87     /**
88      * An event handling method.
89      * @param data value or null
90      * @param meta attributes
91      */

92     public void handle_changelog(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
93     
94     /**
95      * An event handling method.
96      * @param data value or null
97      * @param meta attributes
98      */

99     public void handle_revision(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
100     
101     /**
102      * An event handling method.
103      * @param data value or null
104      * @param meta attributes
105      */

106     public void handle_entry(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
107     
108     /**
109      * An event handling method.
110      * @param data value or null
111      * @param meta attributes
112      */

113     public void handle_branch(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
114     
115     /**
116      * An event handling method.
117      * @param data value or null
118      * @param meta attributes
119      */

120     public void handle_branchroot(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
121     
122     /**
123      * An event handling method.
124      * @param data value or null
125      * @param meta attributes
126      */

127     public void handle_tag(final java.lang.String JavaDoc data, final org.xml.sax.AttributeList JavaDoc meta) throws org.xml.sax.SAXException JavaDoc;
128     
129     
130 }
Popular Tags