public interface ProxySubscriber extends Subscriber<DObject>
| Modifier and Type | Method and Description |
|---|---|
void |
eventReceived(DEvent event)
Called when any event has been dispatched on an object.
|
ClientObject |
getClientObject()
Returns the client object that represents the subscriber for whom we are proxying.
|
objectAvailable, requestFailedvoid eventReceived(DEvent event)
event - The event that was dispatched on the object.ClientObject getClientObject()
Copyright © 2015. All rights reserved.