All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.exchange.webservices.data.ITraceListener Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * copyright file="ITraceListener.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the ITraceListener.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * ITraceListener handles message tracing.
 */
public interface ITraceListener {

	/**
	 * Handles a trace message.
	 * 
	 * @param traceType
	 *            Type of trace message.
	 * @param traceMessage
	 *            The trace message.
	 */
	void trace(String traceType, String traceMessage);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy