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

com.mindoo.domino.jna.IAdaptable Maven / Gradle / Ivy

There is a newer version: 0.9.53
Show newest version
package com.mindoo.domino.jna;

/**
 * Interface to access internal object structures and get adapter classes
 * 
 * @author Karsten Lehmann
 */
public interface IAdaptable {

	/**
	 * Method to get an adapter for a class
	 * 
	 * @param  adapter type
	 * 
	 * @param clazz class
	 * @return adapter or null if not supported
	 */
	public  T getAdapter(Class clazz);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy