View Javadoc

1   package org.paneris.bibliomania.fti;
2   
3   public interface Library {
4     Text text(long textID);
5   }