Class _MonitorClientTie

    • Constructor Detail

      • _MonitorClientTie

        public _MonitorClientTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • fsEventHappened

        public void fsEventHappened​(java.lang.String id,
                                    EventInfo[] el,
                                    Ice.Current __current)
                             throws ServerError
        Description copied from interface: _MonitorClientOperations
        Callback, called by the monitor upon the proxy of the OMERO.fs client.
        Specified by:
        fsEventHappened in interface _MonitorClientOperations
        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