Uses of Interface
com.wowza.wms.sharedobject.ISharedObjectNotify

Packages that use ISharedObjectNotify
com.wowza.wms.application   
com.wowza.wms.sharedobject   
 

Uses of ISharedObjectNotify in com.wowza.wms.application
 

Methods in com.wowza.wms.application with parameters of type ISharedObjectNotify
 void IApplicationInstance.addSharedObjectListener(ISharedObjectNotify sharedObjectListener, boolean isPersistent)
          Add sharedObject listener.
 void IApplicationInstance.removeSharedObjectListener(ISharedObjectNotify sharedObjectListener, boolean isPersistent)
          Remove sharedObject listener.
 

Uses of ISharedObjectNotify in com.wowza.wms.sharedobject
 

Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjectNotify
 void ISharedObjects.addSharedObjectListener(ISharedObjectNotify sharedObjectListener)
          Add a shared object listener.
 void ISharedObjects.removeSharedObjectListener(ISharedObjectNotify sharedObjectListener)
          Remove a shared object listener.