Class AbstractReduxAction<P extends ActionPayload,M extends MetaSaga>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractAction<ReduxActionOptions<P,M>>
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractReduxAction<P,M>
-
- All Implemented Interfaces:
Serializable,IdAware,PropertiesAware,SrcAware,Compiled,Action
- Direct Known Subclasses:
ClearAction,CloseAction,CopyAction,InvokeAction,RefreshAction,ShowModal
public abstract class AbstractReduxAction<P extends ActionPayload,M extends MetaSaga> extends AbstractAction<ReduxActionOptions<P,M>>
Абстрактная реализация клиентской модели действия с полезной нагрузкой- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractReduxAction(P payload, M meta)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-