/[xulu]/trunk/src/appl/parallel/data/DataLoadHandler.java
ViewVC logotype

Annotation of /trunk/src/appl/parallel/data/DataLoadHandler.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 299 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 mojays 2 package appl.parallel.data;
2    
3     import appl.data.DataLoader;
4     import appl.data.DataUnloader;
5    
6     /**
7     * Instances of this interface are both {@link DataLoader} and
8     * {@link DataUnloader}.
9     *
10     * @author Dominik Appl
11     */
12     public interface DataLoadHandler extends DataLoader, DataUnloader {
13    
14     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26