|
Spec-Zone .ru
спецификации, руководства, описания, API
|
E - the list element typepublic 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, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .