to.etc.domui.util
Interface IListMaker<T>

All Known Subinterfaces:
ICachedListMaker<T>

public interface IListMaker<T>


Method Summary
 java.util.List<T> createList(DomApplication a)
           
 

Method Detail

createList

java.util.List<T> createList(DomApplication a)
                             throws java.lang.Exception
Throws:
java.lang.Exception