Package com.wowza.wms.sharedobject
Interface ISharedObjectSlotNotify
public interface ISharedObjectSlotNotify
ISharedObjectNotify: listener interface used by ISharedObject addSlotListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSlotDelete
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value deletedvoid
onSlotSetValue
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value set
-
Method Details