| Constructor and Description |
|---|
BasicReceiver()
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Receiver
Bind another
Receiver to this object, so when elements are added to this receiver, the argument receives those elements too.
|
void |
add(T... elements)
Add elements to this receiver.
|
void |
addListDataListener(ListDataListener
Add a ListDataListener.
|
T |
getElementAt(int index)
|
int |
getSize()
|
Iterator |
iterator()
|
void |
removeListDataListener(ListDataListener
|
T[] |
toArray(T[] array)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(Receiver<T> receiver, boolean addExistingElements)
Receiver to this object, so when elements are added to this receiver, the argument receives those elements too.
receiver - the new receiver.
addExistingElements - whether the new receiver should receive a copy of all existing elements.
public void add(T... elements)
Receiver
public int getSize()
public T getElementAt(int index)
public void addListDataListener(ListDataListenerl)
public void removeListDataListener(ListDataListenerl)