Interface RemoteEventCollection

  • All Superinterfaces:
    Remote
    All Known Implementing Classes:
    ServerEventCollection

    public interface RemoteEventCollection
    extends Remote
    The RemoteEventCollection class serves as a container for notifications sent to registered event listeners. Instances of this class are created by the server-side event listener proxies and sent to the client-side event poller. On the client-side the enclosed list of events is then sent to the listener identified by the contained listener identifier.