public class ListChangeAssign<E> extends ListChange<E>
| Constructor and Description |
|---|
ListChangeAssign(List<E> oldValue,
List<E> newValue) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getNewValue()
The new list that was assigned to the property.
|
List<E> |
getOldValue()
The old list that was inside the property.
|
void |
visit(IListChangeVisitor<E> visitor)
Visitor pattern handler.
|
@Nullable public List<E> getNewValue()
@Nullable public List<E> getOldValue()
public void visit(@Nonnull IListChangeVisitor<E> visitor) throws Exception
visit in class ListChange<E>ExceptionListChange.visit(to.etc.domui.databinding.list2.IListChangeVisitor)Copyright © 2017 etc.to. All rights reserved.