Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

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).

Return Value

, no explicit return value.


Home Previous Up Next Index