类 CollectionChangedEventArgs
- java.lang.Object
-
- top.daxian1218.dust.db.dict.event.ObjEventArgs
-
- top.daxian1218.dust.db.dict.event.CollectionChangedEventArgs
-
public class CollectionChangedEventArgs extends ObjEventArgs
-
-
构造器概要
构造器 构造器 说明 CollectionChangedEventArgs(DictObj obj, ActionType actionType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ActionType
getActionType()
void
setActionType(ActionType actionType)
-
从类继承的方法 top.daxian1218.dust.db.dict.event.ObjEventArgs
getDictObj, setDictObj
-
-
-
-
构造器详细资料
-
CollectionChangedEventArgs
public CollectionChangedEventArgs(DictObj obj, ActionType actionType)
-
-
方法详细资料
-
getActionType
public ActionType getActionType()
-
setActionType
public void setActionType(ActionType actionType)
-
-