Interface HandlerInterface
- All Superinterfaces:
ClientInterface
,Remote
- All Known Implementing Classes:
HandlerServer
,MasterServer
The Interface HandlerInterface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(PluginEvent<?> event) Handle a single event.void
handle
(PluginEvent<?>[] events) Handle a list of events.Methods inherited from interface ecmwf.common.ecaccess.ClientInterface
getPassword, getRoot, getService
-
Method Details
-
handle
Handle a list of events.- Parameters:
events
- the events- Throws:
RemoteException
- the remote exception
-
handle
Handle a single event.- Parameters:
event
- the event- Throws:
RemoteException
- the remote exception
-