|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.xml.async.XSLTransformerEvent
This class represents the event object used by XSLTransformer to notify XSL transformation events to all its registered listeners.
Field Summary | |
protected int |
id ID of the source XSLTransformer object |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
XSLTransformerEvent(java.lang.Object p0, int p1) Constructs the XSLTransformerEvent object using the XSLTransformer source object and its unique id. |
Method Summary | |
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. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int id
Constructor Detail |
public XSLTransformerEvent(java.lang.Object p0, int p1)
Method Detail |
public int getID()
id
of the source XSLTransformer object for this event object.
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |