java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.UnitChangeEventData |
Class Overview
Specific data related to a UnitChange
change event issued by a unit.
Summary
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)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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
previousValue
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
String
toString
()