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

nl.nn.testtool.echo2.BeanParent Maven / Gradle / Ivy

package nl.nn.testtool.echo2;

public interface BeanParent {

	/**
	 * @see nl.nn.testtool.echo2.Echo2Application#initBean()
	 */
	public void initBean(BeanParent beanParent);

	/**
	 * Echo2 Components already have a getParent() method which in some cases
	 * will do, but it's not always the same/needed hierarchy.
	 */
	public BeanParent getBeanParent();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy