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 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(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
 

Classes in ca.odell.glazedlists.event that implement ListEventPublisher
 class GraphDependenciesListEventPublisher
          Manager for distributing ListEvents to ListEventListeners.
 

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-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-08-09 23:05