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

net.anotheria.anodoc.util.context.CallContextFactory Maven / Gradle / Ivy

package net.anotheria.anodoc.util.context;

/**
 * A factory for call context creation. You may supply your own CallContextFactory implementation to provide your own CallContexts.
 *
 * @author another
 * @version $Id: $Id
 */
public interface CallContextFactory {
	/**
	 * Creates a new context.
	 *
	 * @return a {@link net.anotheria.anodoc.util.context.CallContext} object.
	 */
	CallContext createContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy