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

microsoft.exchange.webservices.data.IAction 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!
package microsoft.exchange.webservices.data;

/**
 * The Interface IAction.
 * 
 * @param 
 *            The type of the parameter of the 
 *            method that this delegate encapsulates.
 */
public interface IAction {

	/**
	 * Encapsulates a method that takes a single parameter and does not return a
     *     value.
	 * 
	 * @param obj The parameter of the method that this delegate encapsulates.
	 */
	void action(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy