Interface ITraceListener
-
- All Known Implementing Classes:
EwsTraceListener
public interface ITraceListener
ITraceListener handles message tracing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrace(String traceType, String traceMessage)Handles a trace message.
-