Package com.pnfsoftware.jeb.core.units
Class UnitChangeEventData
java.lang.Object
com.pnfsoftware.jeb.core.units.UnitChangeEventData
Specific data related to a
J.UnitChange
change event issued by a unit.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
this type indicates that new code items were added to the unit.static final int
static final int
this type indicates that the target object was converted.static final int
static final int
static final int
static final int
static final int
generic change type for non-structural (superficial) changes.static final int
generic change type for structural changes (the target object's internal details have substantially changed).int
-
Constructor Summary
ConstructorsConstructorDescriptionUnitChangeEventData
(int type, Object target) UnitChangeEventData
(int type, Object target, Object value) UnitChangeEventData
(int type, Object target, Object value, Object previousValue) UnitChangeEventData
(int type, Object target, Object value, Object previousValue, Object location) -
Method Summary
-
Field Details
-
NameUpdate
public static final int NameUpdate- See Also:
-
LabelUpdate
public static final int LabelUpdate- See Also:
-
CommentUpdate
public static final int CommentUpdate- See Also:
-
CreatedPackage
public static final int CreatedPackage- See Also:
-
MovedTo
public static final int MovedTo- See Also:
-
Conversion
public static final int Conversionthis type indicates that the target object was converted.- See Also:
-
CodeAddition
public static final int CodeAdditionthis type indicates that new code items were added to the unit.- See Also:
-
StructuralChange
public static final int StructuralChangegeneric change type for structural changes (the target object's internal details have substantially changed).- See Also:
-
NonStructuralChange
public static final int NonStructuralChangegeneric change type for non-structural (superficial) changes.- See Also:
-
type
public int type -
target
-
value
-
previousValue
-
location
-
attrmap
-
-
Constructor Details
-
UnitChangeEventData
-
UnitChangeEventData
-
UnitChangeEventData
-
UnitChangeEventData
-
-
Method Details