public interface ISharedObjectSlotNotify
ISharedObjectNotify: listener interface used by ISharedObject addSlotListener
| Modifier and Type | Method and 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 -