|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListEventPublisher | |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.event | |
| ca.odell.glazedlists.hibernate | |
| Uses of ListEventPublisher in ca.odell.glazedlists |
|---|
| Fields in ca.odell.glazedlists declared as ListEventPublisher | |
|---|---|
protected ListEventPublisher |
AbstractEventList.publisher
the publisher manages the distribution of changes |
| Methods in ca.odell.glazedlists that return ListEventPublisher | |
|---|---|
ListEventPublisher |
EventList.getPublisher()
Get the publisher used to distribute ListEvents. |
ListEventPublisher |
DebugList.getPublisher()
Get the publisher used to distribute ListEvents. |
ListEventPublisher |
AbstractEventList.getPublisher()
Get the publisher used to distribute ListEvents. |
| Constructors in ca.odell.glazedlists with parameters of type ListEventPublisher | |
|---|---|
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)
Creates a BasicEventList using the specified
ListEventPublisher and ReadWriteLock. |
|
CompositeList(ListEventPublisher publisher,
ReadWriteLock lock)
Create a CompositeList that uses the given publisher and
lock. |
|
| Uses of ListEventPublisher in ca.odell.glazedlists.event |
|---|
| Methods in ca.odell.glazedlists.event that return ListEventPublisher | |
|---|---|
static ListEventPublisher |
ListEventAssembler.createListEventPublisher()
Create a new ListEventPublisher for an EventList not attached
to any other EventLists. |
| Constructors in ca.odell.glazedlists.event with parameters of type ListEventPublisher | |
|---|---|
ListEventAssembler(EventList<E> sourceList,
ListEventPublisher publisher)
Creates a new ListEventAssembler that tracks changes for the specified list. |
|
| Uses of ListEventPublisher in ca.odell.glazedlists.hibernate |
|---|
| Methods in ca.odell.glazedlists.hibernate that return ListEventPublisher | |
|---|---|
ListEventPublisher |
PersistentEventList.getPublisher()
Get the publisher used to distribute ListEvents. |
| Methods in ca.odell.glazedlists.hibernate with parameters of type ListEventPublisher | |
|---|---|
protected void |
EventListType.useListCategory(String category,
ReadWriteLock lock,
ListEventPublisher publisher)
Convenience method to specify the used list category and the associated ReadWriteLock and ListEventPublisher |
| Constructors in ca.odell.glazedlists.hibernate with parameters of type ListEventPublisher | |
|---|---|
CategoryEventListFactory(String category,
ReadWriteLock lock,
ListEventPublisher publisher)
Constructor with list category, lock and publisher to use. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||