appl.parallel.event
Interface RemoteEventSink

All Superinterfaces:
Remote
All Known Subinterfaces:
CommEventSink
All Known Implementing Classes:
RemoteEventHandler, RemoteEventProxy

public interface RemoteEventSink
extends Remote

A EventSink fires RemoteEvents from a possibly remote source and processes them. May be an EventHandler.

Author:
Dominik Appl

Method Summary
 void fireRemoteEvent(RemoteEvent e)
           
 void fireRemoteEvents(RemoteEvent[] e)
           
 

Method Detail

fireRemoteEvent

void fireRemoteEvent(RemoteEvent e)
                     throws RemoteException
Throws:
RemoteException

fireRemoteEvents

void fireRemoteEvents(RemoteEvent[] e)
                      throws RemoteException
Throws:
RemoteException