Index: latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java,v
retrieving revision 1.6
diff -u -r1.6 LatkaEventInfo.java
--- latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java 7 Sep 2001
17:09:15 -0000 1.6
+++ latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java 13 Jan 2002
+21:16:11 -0000
@@ -72,6 +72,7 @@
* is reported to the listener.
*
* @author Morgan Delagrange
+ * @version $Id$
*/
public interface LatkaEventInfo extends LatkaEventListener {
Index: latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java,v
retrieving revision 1.6
diff -u -r1.6 LatkaEventListener.java
--- latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java 12 Sep
2001 16:50:53 -0000 1.6
+++ latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java 13 Jan
+2002 21:16:11 -0000
@@ -66,6 +66,7 @@
*
* @author Rodney Waldhoff
* @author Morgan Delagrange
+ * @version $Id$
*/
public interface LatkaEventListener {
@@ -75,6 +76,7 @@
* @param event a successful request event
*/
public void requestSucceeded(RequestEvent event);
+
/**
* Invoked if the request failed. A request "failure" is
* defined as a request that successfully received a
@@ -86,6 +88,7 @@
* expected by the test.
*/
public void requestFailed(RequestEvent event);
+
/**
* A skipped request. Most Latka suites will skip
* any further requests inside a session
@@ -95,6 +98,7 @@
* response.
*/
public void requestSkipped(RequestEvent event);
+
/**
* Invoked if a request error occurs. A request "error"
* designates an inability to communicate with the
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>