public interface IActionFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(IObjectModel<T> model, Document document, IBooleanDistributor enabledDistributor, IBlock<RuntimeException> clearBlock)
-
Method Details
-
create
Action create(IObjectModel<T> model, Document document, IBooleanDistributor enabledDistributor, IBlock<RuntimeException> clearBlock) throws RuntimeException - Throws:
RuntimeException
-