public abstract class Change extends Object
ChangeListener
.Modifier and Type | Method and Description |
---|---|
Object |
getElement()
Returns the changed element.
|
boolean |
isDebuggerRelevant()
Indicates if this change is relevant for the debugger.
|
boolean |
isValueChange()
Returns true if it is change of a variable or record field.
|
public Change(Object holder)
holder
- public Object getElement()
public boolean isDebuggerRelevant()
true
if this change is relevant for the debugger; false
otherwise.public boolean isValueChange()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.