Uses of Interface
ca.odell.glazedlists.event.ListEventPublisher

Packages that use ListEventPublisher
ca.odell.glazedlists   
ca.odell.glazedlists.event   
 

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 DebugList.getPublisher()
          Get the publisher used to distribute ListEvents.
 ListEventPublisher AbstractEventList.getPublisher()
          Get the publisher used to distribute ListEvents.
 ListEventPublisher EventList.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.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2012-05-29 19:21