/[xulu]/branches/1.8-gt2-2.6/src/appl/data/DataUnloader.java
ViewVC logotype

Annotation of /branches/1.8-gt2-2.6/src/appl/data/DataUnloader.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations)
Mon Aug 31 14:23:19 2009 UTC (15 years, 3 months ago) by mojays
File size: 476 byte(s)
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 mojays 2 package appl.data;
2    
3     /**
4     * A instances of <code>DataUnloader</code> unloads a specified object to a
5     * location, as soon as the {@link #unload()} method is invoked. Counterpart of
6     * {@link DataLoader}.
7     *
8     * @author Dominik Appl
9     */
10     public interface DataUnloader {
11    
12     /**
13     * unloads the Data to a specific location
14     */
15     public void unload();
16    
17     /**
18     * @return a short description of what the class exactly does
19     */
20     public String getUnloadInfo();
21    
22     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26