public interface RemoteEventCollection
extends java.rmi.Remote
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.| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteEventCollection.RemoteEvent
The
RemoteEvent class provides an encapsulation of single
events in an event list sent to a registered listener. |
| Modifier and Type | Method and Description |
|---|---|
RemoteEventCollection.RemoteEvent[] |
getEvents()
Returns the list of events to be sent to the client-side listener
identified by
getListenerId(). |
long |
getListenerId()
Returns unique identifier of the client-side listener to which the
enclosed events should be sent.
|
long getListenerId()
throws java.rmi.RemoteException
java.rmi.RemoteException - on RMI errorsRemoteEventCollection.RemoteEvent[] getEvents() throws java.rmi.RemoteException
getListenerId().java.rmi.RemoteException - on RMI errors"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"