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 RemoteEvent
s from a possibly remote source and
processes them. May be an EventHandler.
- Author:
- Dominik Appl
fireRemoteEvent
void fireRemoteEvent(RemoteEvent e)
throws RemoteException
- Throws:
RemoteException
fireRemoteEvents
void fireRemoteEvents(RemoteEvent[] e)
throws RemoteException
- Throws:
RemoteException