public interface ISharedObjectSlotNotify
ISharedObjectNotify: listener interface used by ISharedObject addSlotListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onSlotDelete(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value deleted
|
void |
onSlotSetValue(ISharedObject sharedObject,
ISharedObjectSlot slot) |
Triggered when sharedObject slot value set
|
void onSlotDelete(ISharedObject sharedObject, ISharedObjectSlot slot)
sharedObject - slot - void onSlotSetValue(ISharedObject sharedObject, ISharedObjectSlot slot)
sharedObject - slot -