Package omero.grid.monitors
Interface _MonitorClientOperationsNC
-
- All Known Subinterfaces:
MonitorClient
- All Known Implementing Classes:
_MonitorClientDisp
,_MonitorClientTie
public interface _MonitorClientOperationsNC
This interface must be implemented by a client that wishes to subscribe to an OMERO.fs server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fsEventHappened(java.lang.String id, EventInfo[] el)
Callback, called by the monitor upon the proxy of the OMERO.fs client.
-
-
-
Method Detail
-
fsEventHappened
void fsEventHappened(java.lang.String id, EventInfo[] el) throws ServerError
Callback, called by the monitor upon the proxy of the OMERO.fs client.- Parameters:
id
- monitor Id from which the event was reported (string).el
- list of events (EventList).- Throws:
ServerError
-
-