类 EnvironmentAction<T>
- java.lang.Object
-
- cn.featherfly.common.flux.action.SimpleAction<T>
-
- cn.featherfly.easyapi.android.flux.EnvironmentAction<T>
-
- 类型参数:
T- the generic type
- 所有已实现的接口:
cn.featherfly.common.flux.action.Action<T>
public class EnvironmentAction<T> extends cn.featherfly.common.flux.action.SimpleAction<T>The Class EnvironmentAction.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classEnvironmentAction.EnvironmentActionTypeThe Enum EnvironmentActionType.
-
构造器概要
构造器 构造器 说明 EnvironmentAction(EnvironmentAction.EnvironmentActionType type, T data)Instantiates a new environment action.
-
-
-
构造器详细资料
-
EnvironmentAction
public EnvironmentAction(EnvironmentAction.EnvironmentActionType type, T data)
Instantiates a new environment action.- 参数:
type- the typedata- the data
-
-