org.apache.xalan.trace

Interface TraceListenerEx3

public interface TraceListenerEx3 extends TraceListenerEx2

Extends TraceListenerEx2 but adds extensions trace events.

UNKNOWN: advanced

Method Summary
voidextension(ExtensionEvent ee)
Method that is called when an extension event occurs.
voidextensionEnd(ExtensionEvent ee)
Method that is called when the end of an extension event occurs.

Method Detail

extension

public void extension(ExtensionEvent ee)
Method that is called when an extension event occurs. The method is blocking. It must return before processing continues.

Parameters: ee the extension event.

extensionEnd

public void extensionEnd(ExtensionEvent ee)
Method that is called when the end of an extension event occurs. The method is blocking. It must return before processing continues.

Parameters: ee the extension event.

Copyright B) 2005 Apache XML Project. All Rights Reserved.