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.application
Methods in com.wowza.wms.application with parameters of type ISharedObjectNotify Modifier and Type Method Description 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 Modifier and Type Method Description void
ISharedObjects. addSharedObjectListener(ISharedObjectNotify sharedObjectListener)
Add a shared object listener.void
ISharedObjects. removeSharedObjectListener(ISharedObjectNotify sharedObjectListener)
Remove a shared object listener.
-