|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProxySubscriber
Defines a special kind of subscriber that proxies events for a subordinate distributed object manager. All events dispatched on objects with which this subscriber is registered are passed along to the subscriber for delivery to its subordinate manager.
DObject.addListener(com.threerings.presents.dobj.ChangeListener)| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.threerings.presents.dobj.Subscriber |
|---|
objectAvailable, requestFailed |
| Method Detail |
|---|
void eventReceived(DEvent event)
event - The event that was dispatched on the object.ClientObject getClientObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||