/[xulu]/trunk.bakup/src/appl/parallel/event/TransferMonitor.java
ViewVC logotype

Annotation of /trunk.bakup/src/appl/parallel/event/TransferMonitor.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (hide annotations)
Wed Feb 10 16:14:27 2010 UTC (14 years, 10 months ago) by alfonx
File size: 271 byte(s)
backup of trunk
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