Uses of Interface
com.wowza.wms.sharedobject.ISharedObjectNotify
- 
Packages that use ISharedObjectNotify Package Description com.wowza.wms.application com.wowza.wms.sharedobject 
- 
- 
Uses of ISharedObjectNotify in com.wowza.wms.applicationMethods in com.wowza.wms.application with parameters of type ISharedObjectNotify Modifier and Type Method Description voidIApplicationInstance. addSharedObjectListener(ISharedObjectNotify sharedObjectListener, boolean isPersistent)Add sharedObject listener.voidIApplicationInstance. removeSharedObjectListener(ISharedObjectNotify sharedObjectListener, boolean isPersistent)Remove sharedObject listener.
- 
Uses of ISharedObjectNotify in com.wowza.wms.sharedobjectMethods in com.wowza.wms.sharedobject with parameters of type ISharedObjectNotify Modifier and Type Method Description voidISharedObjects. addSharedObjectListener(ISharedObjectNotify sharedObjectListener)Add a shared object listener.voidISharedObjects. removeSharedObjectListener(ISharedObjectNotify sharedObjectListener)Remove a shared object listener.
 
-