E - queue element typepublic class QueueChangeEvent<E> extends EventObject
source| Constructor and Description |
|---|
QueueChangeEvent(ObservableQueue<E> source)
Create a new queue change event with the specified
observable queue as the event source.
|
| Modifier and Type | Method and Description |
|---|---|
ObservableQueue<E> |
getObservableQueue()
Return the source of this queue change event as an
ObservableQueue. |
getSource, toStringpublic QueueChangeEvent(ObservableQueue<E> source)
source - source of the eventpublic final ObservableQueue<E> getObservableQueue()
ObservableQueue.ObservableQueueCopyright (c) 2003-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).