/[xulu]/branches/1.8-gt2-2.6/src/appl/parallel/event/TransferMonitor.java
ViewVC logotype

Annotation of /branches/1.8-gt2-2.6/src/appl/parallel/event/TransferMonitor.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: 271 byte(s)
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 mojays 2 package appl.parallel.event;
2    
3     /**
4     * A Monitor that receives {@link TransferEvent}s
5     * @author Dominik Appl
6     */
7     public interface TransferMonitor {
8    
9     /**
10     * Receive a event
11     * @param t the event
12     */
13     public void receiveTransferEvent(TransferEvent t);
14    
15     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26