ca.odell.glazedlists.hibernate
Interface EventListFactory

All Known Implementing Classes:
CategoryEventListFactory

public interface EventListFactory

A factory for EventLists, that is used by instances of EventListType and PersistentEventList to instantiate EventLists.

Author:
Holger Brands

Field Summary
static EventListFactory DEFAULT
          Default implementation that always creates new EventLists with different ReadWriteLocks and ListEventPublishers.
 
Method Summary
 EventList createEventList()
          Creates a new EventList.
 EventList createEventList(int initalCapacity)
          Create a new EventList with an initial capacity.
 

Field Detail

DEFAULT

static final EventListFactory DEFAULT
Default implementation that always creates new EventLists with different ReadWriteLocks and ListEventPublishers.

Method Detail

createEventList

EventList createEventList()
Creates a new EventList.


createEventList

EventList createEventList(int initalCapacity)
Create a new EventList with an initial capacity.



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40