public interface _MonitorClientOperations
| Modifier and Type | Method and Description | 
|---|---|
| void | fsEventHappened(java.lang.String id,
               EventInfo[] el,
               Ice.Current __current)Callback, called by the monitor upon the proxy of the OMERO.fs client. | 
void fsEventHappened(java.lang.String id,
                     EventInfo[] el,
                     Ice.Current __current)
              throws ServerError
id - monitor Id from which the event was reported (string).el - list of events (EventList).__current - The Current object for the invocation.ServerError