E - the list element type@FunctionalInterface public interface ListChangeListener<E>
ListChangeListener.Change| Modifier and Type | Interface and Description |
|---|---|
static class |
ListChangeListener.Change<E>
Represents a report of a changes done to an Observablelist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onChanged(ListChangeListener.Change<? extends E> c)
Called after a change has been made to an ObservableList.
|
void onChanged(ListChangeListener.Change<? extends E> c)
c - an object representing the change that was doneListChangeListener.ChangeCopyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.