Package | Description |
---|---|
ca.odell.glazedlists | |
ca.odell.glazedlists.event |
Modifier and Type | Field and Description |
---|---|
protected ListEventPublisher |
AbstractEventList.publisher
the publisher manages the distribution of changes
|
Modifier and Type | Method and Description |
---|---|
ListEventPublisher |
AbstractEventList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
ListEventPublisher |
DebugList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
ListEventPublisher |
EventList.getPublisher()
Get the publisher used to distribute
ListEvent s. |
Constructor and Description |
---|
AbstractEventList(ListEventPublisher publisher)
Creates an
AbstractEventList that sends events using the specified
ListEventPublisher . |
BasicEventList(int initialCapacity,
ListEventPublisher publisher,
ReadWriteLock readWriteLock)
Creates a
BasicEventList using the specified initial capacity,
ListEventPublisher and ReadWriteLock . |
BasicEventList(ListEventPublisher publisher,
ReadWriteLock readWriteLock)
|
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
|
Modifier and Type | Method and Description |
---|---|
static ListEventPublisher |
ListEventAssembler.createListEventPublisher()
|
Constructor and Description |
---|
ListEventAssembler(EventList<E> sourceList,
ListEventPublisher publisher)
Creates a new ListEventAssembler that tracks changes for the specified list.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by builder at 2012-09-17 16:07