public class XSLTransformerEvent
extends java.util.EventObject
Constructor and Description |
---|
XSLTransformerEvent(java.lang.Object p0, int p1)
Constructs the XSLTransformerEvent object using the XSLTransformer source object and its unique id.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns unique id of the XSLTransformer object which can be used to identify which instance of the XSLTransformer generated this event in cases where multiple instances of XSLTransformer may be working in background.
|
public XSLTransformerEvent(java.lang.Object p0, int p1)
p0
- The source XSLTransformer object that will fire the eventsp1
- Unique id identifying the source objectpublic int getID()
id
of the source XSLTransformer object for this event object.