omero::grid::monitors::MonitorClient
        Overview
        interface MonitorClient
        
This interface must be implemented by a client that
wishes to subscribe to an OMERO.fs server.
        Operation Index
        
            - fsEventHappened
- 
                Callback, called by the monitor upon the proxy of the OMERO.fs client.
Operations
        void fsEventHappened(string id, EventList 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).