boolean |
ISharedObjects.exists(ISharedObject sharedObject) |
Is sharedObject in this list (by shared object reference).
|
void |
ISharedObjectNotify.onSharedObjectConnect(ISharedObject sharedObject,
IClient client) |
Triggered when client connects to sharedObject
|
void |
ISharedObjectNotify.onSharedObjectCreate(ISharedObject sharedObject) |
Triggered when sharedObject created
|
void |
ISharedObjectNotify.onSharedObjectDestroy(ISharedObject sharedObject) |
Triggered when sharedObject destroyed
|
void |
ISharedObjectNotify.onSharedObjectDisconnect(ISharedObject sharedObject,
IClient client) |
Triggered when client disconnects from sharedObject
|
void |
ISharedObjectSlotNotify.onSlotDelete(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value deleted
|
void |
ISharedObjectSlotNotify.onSlotSetValue(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value set
|
void |
ISharedObjects.put(String objectName,
ISharedObject sharedObject) |
Add or replace a shared object.
|