Package net.n2oapp.framework.api.data
Interface ActionInvocationEngine<T extends N2oInvocation>
-
- All Superinterfaces:
ClassedEngine<T>,TypicalEngine<Class<? extends T>>
- All Known Subinterfaces:
ArgumentsInvocationEngine<T>,MapInvocationEngine<T>
public interface ActionInvocationEngine<T extends N2oInvocation> extends ClassedEngine<T>
Сервис выполненения операций в виджетах
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinvoke(T invocation, Object data)Выполнение операции-
Methods inherited from interface net.n2oapp.engine.factory.TypicalEngine
getType
-
-