Uses of Interface
ca.odell.glazedlists.event.ListEventPublisher
-
Packages that use ListEventPublisher Package Description ca.odell.glazedlists ca.odell.glazedlists.event -
-
Uses of ListEventPublisher in ca.odell.glazedlists
Fields in ca.odell.glazedlists declared as ListEventPublisher Modifier and Type Field Description protected ListEventPublisherAbstractEventList. publisherthe publisher manages the distribution of changesMethods in ca.odell.glazedlists that return ListEventPublisher Modifier and Type Method Description ListEventPublisherAbstractEventList. getPublisher()Get the publisher used to distributeListEvents.ListEventPublisherDebugList. getPublisher()Get the publisher used to distributeListEvents.ListEventPublisherEventList. getPublisher()Get the publisher used to distributeListEvents.Methods in ca.odell.glazedlists with parameters of type ListEventPublisher Modifier and Type Method Description static <E> EventList<E>GlazedLists. eventList(ListEventPublisher publisher, ReadWriteLock lock, java.util.Collection<? extends E> contents)Creates a newEventListwith the givenListEventPublisherandReadWriteLockwhich contains the contents of the specifiedCollection.static <E> EventList<E>GlazedLists. eventListOf(ListEventPublisher publisher, ReadWriteLock lock, E... contents)Creates a newEventListwith the givenListEventPublisherandReadWriteLockwhich contains the given elements.Constructors in ca.odell.glazedlists with parameters of type ListEventPublisher Constructor Description AbstractEventList(ListEventPublisher publisher)Creates anAbstractEventListthat sends events using the specifiedListEventPublisher.BasicEventList(int initialCapacity, ListEventPublisher publisher, ReadWriteLock readWriteLock)Creates aBasicEventListusing the specified initial capacity,ListEventPublisherandReadWriteLock.BasicEventList(ListEventPublisher publisher, ReadWriteLock readWriteLock)CompositeList(ListEventPublisher publisher, ReadWriteLock lock)PluggableList(ListEventPublisher publisher, ReadWriteLock lock)Constructs a PluggableList which uses the givenpublisherandlock. -
Uses of ListEventPublisher in ca.odell.glazedlists.event
Methods in ca.odell.glazedlists.event that return ListEventPublisher Modifier and Type Method Description static ListEventPublisherListEventAssembler. createListEventPublisher()Constructors in ca.odell.glazedlists.event with parameters of type ListEventPublisher Constructor Description ListEventAssembler(EventList<E> sourceList, ListEventPublisher publisher)Creates a new ListEventAssembler that tracks changes for the specified list.
-