com.threerings.config.dist.data
Class DConfigObject.ClientEntryUpdatedEvent<T extends DSet.Entry>
java.lang.Object
com.threerings.presents.dobj.DEvent
com.threerings.presents.dobj.NamedEvent
com.threerings.presents.dobj.EntryEvent<T>
com.threerings.presents.dobj.EntryUpdatedEvent<T>
com.threerings.config.dist.data.DConfigObject.ClientEntryUpdatedEvent<T>
- All Implemented Interfaces:
- Streamable
- Enclosing class:
- DConfigObject
public static class DConfigObject.ClientEntryUpdatedEvent<T extends DSet.Entry>
- extends EntryUpdatedEvent<T>
Extends EntryUpdatedEvent to include the client oid.
|
Field Summary |
protected int |
_clientOid
The oid of the client that caused the event. |
|
Method Summary |
int |
getClientOid()
Returns the oid of the client that caused the event. |
| Methods inherited from class com.threerings.presents.dobj.DEvent |
getActualTransport, getSourceOid, getTargetOid, getTransport, isPrivate, noteActualTransport, readField__toid, setSourceOid, setTargetOid, setTransport, toString, writeField__toid |
_clientOid
protected int _clientOid
- The oid of the client that caused the event.
DConfigObject.ClientEntryUpdatedEvent
public DConfigObject.ClientEntryUpdatedEvent(int toid,
String name,
T entry,
int clientOid)
- Default constructor.
getClientOid
public int getClientOid()
- Returns the oid of the client that caused the event.