source: tags/gsdl-2_41-distribution/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocumentOwner.java@ 6186

Last change on this file since 6186 was 5169, checked in by jmt12, 21 years ago

The interface for an owner of an AppendLineOnlyFileDocument

  • Property svn:keywords set to Author Date Id Revision
File size: 218 bytes
Line 
1package org.greenstone.gatherer.util;
2
3import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
4
5public interface AppendLineOnlyFileDocumentOwner {
6 public void remove(AppendLineOnlyFileDocument document);
7}
Note: See TracBrowser for help on using the repository browser.