|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListFactory
A factory for EventLists, that is used by instances of EventListType
and
PersistentEventList
to instantiate EventLists.
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 |
---|
static final EventListFactory DEFAULT
Method Detail |
---|
EventList createEventList()
EventList createEventList(int initalCapacity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |