tkormann 02/03/19 00:22:42
Modified: sources/org/apache/batik/css/engine CSSEngineEvent.java
Log:
bug fix
Revision Changes Path
1.2 +3 -1
xml-batik/sources/org/apache/batik/css/engine/CSSEngineEvent.java
Index: CSSEngineEvent.java
===================================================================
RCS file:
/home/cvs/xml-batik/sources/org/apache/batik/css/engine/CSSEngineEvent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CSSEngineEvent.java 18 Mar 2002 10:28:21 -0000 1.1
+++ CSSEngineEvent.java 19 Mar 2002 08:22:42 -0000 1.2
@@ -16,7 +16,7 @@
* This class represents a CSS event fired by a CSSEngine.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stephane Hillion</a>
- * @version $Id: CSSEngineEvent.java,v 1.1 2002/03/18 10:28:21 hillion Exp $
+ * @version $Id: CSSEngineEvent.java,v 1.2 2002/03/19 08:22:42 tkormann Exp $
*/
public class CSSEngineEvent extends EventObject {
@@ -35,6 +35,8 @@
*/
public CSSEngineEvent(CSSEngine source, Element elt, int[] props) {
super(source);
+ element = elt;
+ properties = props;
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]