Interface _MonitorClientOperations

  • All Known Subinterfaces:
    MonitorClient
    All Known Implementing Classes:
    _MonitorClientDisp, _MonitorClientTie

    public interface _MonitorClientOperations
    This interface must be implemented by a client that wishes to subscribe to an OMERO.fs server.
    • Method Detail

      • fsEventHappened

        void fsEventHappened​(java.lang.String id,
                             EventInfo[] el,
                             Ice.Current __current)
                      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).
        __current - The Current object for the invocation.
        Throws:
        ServerError