public class MassnBezugListListener extends Object implements org.jdesktop.observablecollections.ObservableListListener
| Modifier and Type | Field and Description |
|---|---|
protected de.cismet.cids.dynamics.CidsBean |
cidsBean |
protected String |
collectionPropertyName |
protected int |
kindId |
protected static int |
waitingOperations |
| Constructor and Description |
|---|
MassnBezugListListener(int kindId,
de.cismet.cids.dynamics.CidsBean cidsBean,
String collectionPropertyName)
Creates a new CustomListListener object.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isReady()
DOCUMENT ME!
|
void |
listElementPropertyChanged(org.jdesktop.observablecollections.ObservableList list,
int index) |
void |
listElementReplaced(org.jdesktop.observablecollections.ObservableList list,
int index,
Object oldElement) |
void |
listElementsAdded(org.jdesktop.observablecollections.ObservableList list,
int index,
int length) |
void |
listElementsRemoved(org.jdesktop.observablecollections.ObservableList list,
int index,
List oldElements) |
protected static int waitingOperations
protected de.cismet.cids.dynamics.CidsBean cidsBean
protected String collectionPropertyName
protected int kindId
public MassnBezugListListener(int kindId,
de.cismet.cids.dynamics.CidsBean cidsBean,
String collectionPropertyName)
kindId - DOCUMENT ME!cidsBean - DOCUMENT ME!collectionPropertyName - DOCUMENT ME!public void listElementsAdded(org.jdesktop.observablecollections.ObservableList list,
int index,
int length)
listElementsAdded in interface org.jdesktop.observablecollections.ObservableListListenerpublic void listElementsRemoved(org.jdesktop.observablecollections.ObservableList list,
int index,
List oldElements)
listElementsRemoved in interface org.jdesktop.observablecollections.ObservableListListenerpublic void listElementReplaced(org.jdesktop.observablecollections.ObservableList list,
int index,
Object oldElement)
listElementReplaced in interface org.jdesktop.observablecollections.ObservableListListenerpublic void listElementPropertyChanged(org.jdesktop.observablecollections.ObservableList list,
int index)
listElementPropertyChanged in interface org.jdesktop.observablecollections.ObservableListListenerpublic static boolean isReady()
Copyright © 2012–2026 cismet GmbH. All rights reserved.