com.wowza.wms.sharedobject
Interface ISharedObjectSlotNotify


public interface ISharedObjectSlotNotify

ISharedObjectNotify: listener interface used by ISharedObject addSlotListener


Method Summary
 void onSlotDelete(ISharedObject sharedObject, ISharedObjectSlot slot)
          Triggered when sharedObject slot value deleted
 void onSlotSetValue(ISharedObject sharedObject, ISharedObjectSlot slot)
          Triggered when sharedObject slot value set
 

Method Detail

onSlotDelete

void onSlotDelete(ISharedObject sharedObject,
                  ISharedObjectSlot slot)
Triggered when sharedObject slot value deleted

Parameters:
sharedObject -
slot -

onSlotSetValue

void onSlotSetValue(ISharedObject sharedObject,
                    ISharedObjectSlot slot)
Triggered when sharedObject slot value set

Parameters:
sharedObject -
slot -