public class

UnitChangeEventData

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.UnitChangeEventData

Class Overview

Specific data related to a UnitChange change event issued by a unit.

See Also

Summary

Constants
int CodeAddition this type indicates that new code items were added to the unit.
int CommentUpdate
int Conversion this type indicates that the target object was converted.
int CreatedPackage
int LabelUpdate
int MovedTo
int NameUpdate
int NonStructuralChange generic change type for non-structural (superficial) changes.
int StructuralChange generic change type for structural changes (the target object's internal details have substantially changed).
Fields
public Map<Object, Object> attrmap
public Object location
public Object previousValue
public Object target
public int type
public Object value
Public Constructors
UnitChangeEventData(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)
Public Methods
UnitChangeEventData attr(Object key, Object value)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CodeAddition

this type indicates that new code items were added to the unit.

Constant Value: 7 (0x00000007)

public static final int CommentUpdate

Constant Value: 3 (0x00000003)

public static final int Conversion

this type indicates that the target object was converted.

Constant Value: 6 (0x00000006)

public static final int CreatedPackage

Constant Value: 4 (0x00000004)

public static final int LabelUpdate

Constant Value: 2 (0x00000002)

public static final int MovedTo

Constant Value: 5 (0x00000005)

public static final int NameUpdate

Constant Value: 1 (0x00000001)

public static final int NonStructuralChange

generic change type for non-structural (superficial) changes.

Constant Value: 9 (0x00000009)

public static final int StructuralChange

generic change type for structural changes (the target object's internal details have substantially changed).

Constant Value: 8 (0x00000008)

Fields

public Map<Object, Object> attrmap

public Object location

public Object previousValue

public Object target

public int type

public Object value

Public Constructors

public UnitChangeEventData (int type, Object target)

public UnitChangeEventData (int type, Object target, Object value)

public UnitChangeEventData (int type, Object target, Object value, Object previousValue)

public UnitChangeEventData (int type, Object target, Object value, Object previousValue, Object location)

Public Methods

public UnitChangeEventData attr (Object key, Object value)

public String toString ()