Package com.wowza.wms.sharedobject
Interface ISharedObjectSlotNotify
-
public interface ISharedObjectSlotNotifyISharedObjectNotify: listener interface used by ISharedObject addSlotListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSlotDelete(ISharedObject sharedObject, ISharedObjectSlot slot)Triggered when sharedObject slot value deletedvoidonSlotSetValue(ISharedObject sharedObject, ISharedObjectSlot slot)Triggered when sharedObject slot value set
-
-
-
Method Detail
-
onSlotSetValue
void onSlotSetValue(ISharedObject sharedObject, ISharedObjectSlot slot)
Triggered when sharedObject slot value set- Parameters:
sharedObject-slot-
-
onSlotDelete
void onSlotDelete(ISharedObject sharedObject, ISharedObjectSlot slot)
Triggered when sharedObject slot value deleted- Parameters:
sharedObject-slot-
-
-