org.extex.typesetter.impl
Interface ListMakerFactory.CC

Enclosing class:
ListMakerFactory

protected static interface ListMakerFactory.CC

This interface describes a function object to create a list manager.


Method Summary
 TokenDelegateListMaker create(ListManager manager, Locator locator)
          This is the creator function.
 

Method Detail

create

TokenDelegateListMaker create(ListManager manager,
                              Locator locator)
This is the creator function.

Parameters:
manager - the manager
locator - the locator
Returns:
the new instance