Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


oracle.xml.async
Class XSLTransformerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.xml.async.XSLTransformerEvent

All Implemented Interfaces:
java.io.Serializable

Deprecated. This class represents the event object used by XSLTransformer to notify XSL transformation events to all its registered listeners.

public class XSLTransformerEvent
extends java.util.EventObject
See Also:
Serialized Form

Constructor Summary
XSLTransformerEvent(java.lang.Object p0, int p1)
          Deprecated. Constructs the XSLTransformerEvent object using the XSLTransformer source object and its unique id.

 

Method Summary
 int getID()
          Deprecated. 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XSLTransformerEvent

public XSLTransformerEvent(java.lang.Object p0,
                           int p1)
Deprecated. 
Constructs the XSLTransformerEvent object using the XSLTransformer source object and its unique id.
Parameters:
p0 - The source XSLTransformer object that will fire the events
p1 - Unique id identifying the source object

Method Detail

getID

public int getID()
Deprecated. 
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.
Returns:
The unique id of the source XSLTransformer object for this event object.

Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.