public class ListChangeEvent<T> extends ObservableEvent<T,ListChangeEvent<T>,IListChangeListener<T>>
| Constructor and Description |
|---|
ListChangeEvent(IObservableList<T> source,
List<ListChange<T>> changeList) |
| Modifier and Type | Method and Description |
|---|---|
List<ListChange<T>> |
getChanges() |
void |
visit(IListChangeVisitor<T> visitor) |
getSourcepublic ListChangeEvent(@Nonnull IObservableList<T> source, @Nonnull List<ListChange<T>> changeList)
@Nonnull public List<ListChange<T>> getChanges()
public void visit(@Nonnull IListChangeVisitor<T> visitor) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.