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

com.foreach.across.modules.entity.registry.ConfigurableEntityViewRegistry Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.foreach.across.modules.entity.registry;

import com.foreach.across.modules.entity.views.EntityViewFactory;

public interface ConfigurableEntityViewRegistry extends EntityViewRegistry
{
	void registerView( String viewName, EntityViewFactory viewFactory );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy