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

Contents of /trunk/src/appl/parallel/event/RemoteEventSink.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: 455 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.parallel.event;
2
3 import java.rmi.Remote;
4 import java.rmi.RemoteException;
5
6 /**
7 * A EventSink fires {@link RemoteEvent}s from a possibly remote source and
8 * processes them. May be an EventHandler.
9 *
10 * @author Dominik Appl
11 */
12 public interface RemoteEventSink extends Remote {
13
14 public void fireRemoteEvent(RemoteEvent e) throws RemoteException;
15
16 public void fireRemoteEvents(RemoteEvent[] e) throws RemoteException;
17
18 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26