Interface Change
-
- All Known Implementing Classes:
ListAdditionChange,ListRemovalChange,ListReplacementChange,NoChange,PropertyChange
public interface ChangeThis represent a change happened to a specific Node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanevaluate(CsmConditional csmConditional, Node node)ObjectgetValue(ObservableProperty property, Node node)
-
-
-
Method Detail
-
evaluate
default boolean evaluate(CsmConditional csmConditional, Node node)
-
getValue
Object getValue(ObservableProperty property, Node node)
-
-