|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xalan.trace
Interface TraceListenerEx2

- All Superinterfaces:
- java.util.EventListener, TraceListener, TraceListenerEx
- All Known Subinterfaces:
- TraceListenerEx3
- All Known Implementing Classes:
- PrintTraceListener
- public interface TraceListenerEx2
- extends TraceListenerEx
Extends TraceListenerEx but adds a EndTrace event.
| Method Summary | |
void |
traceEnd(TracerEvent ev)
Method that is called when the end of a trace event occurs. |
| Methods inherited from interface org.apache.xalan.trace.TraceListenerEx |
selectEnd |
| Methods inherited from interface org.apache.xalan.trace.TraceListener |
generated, selected, trace |
| Method Detail |
traceEnd
public void traceEnd(TracerEvent ev)
- Method that is called when the end of a trace event occurs.
The method is blocking. It must return before processing continues.
|
|||||||||
| Home >> All >> org >> apache >> xalan >> [ trace overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC