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

Contents of /trunk/src/appl/parallel/event/TimeMonitor.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
File size: 278 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.parallel.event;
2
3 /**
4 * A monitor, that receives {@link TimeEvent}s
5 * @author Dominik Appl
6 */
7 public interface TimeMonitor{
8
9 /**
10 * Receive a event
11 *
12 * @param t
13 * the event
14 */
15 public void receiveTimeEvent(TimeEvent t);
16
17 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26