Uses of Interface
ca.odell.glazedlists.hibernate.EventListFactory

Packages that use EventListFactory
ca.odell.glazedlists.hibernate   
 

Uses of EventListFactory in ca.odell.glazedlists.hibernate
 

Classes in ca.odell.glazedlists.hibernate that implement EventListFactory
 class CategoryEventListFactory
          An EventListFactory implementation that uses a list category as key to determine, which ListEventPublisher and ReadWriteLock should be used to create EventLists.
 

Fields in ca.odell.glazedlists.hibernate declared as EventListFactory
static EventListFactory EventListFactory.DEFAULT
          Default implementation that always creates new EventLists with different ReadWriteLocks and ListEventPublishers.
 

Methods in ca.odell.glazedlists.hibernate that return EventListFactory
 EventListFactory EventListType.getListFactory()
          Gets the used EventListFactory.
 

Methods in ca.odell.glazedlists.hibernate with parameters of type EventListFactory
 void EventListType.setListFactory(EventListFactory newListFactory)
          Sets a new EventListFactory.
 

Constructors in ca.odell.glazedlists.hibernate with parameters of type EventListFactory
PersistentEventList(SessionImplementor session, EventListFactory listFactory)
          Constructor with session.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58