Uses of Interface
com.wowza.wms.pushpublish.protocol.shoutcast.IPushPublishShoutcastNotify
- 
Packages that use IPushPublishShoutcastNotify Package Description com.wowza.wms.pushpublish.protocol.shoutcast 
- 
- 
Uses of IPushPublishShoutcastNotify in com.wowza.wms.pushpublish.protocol.shoutcastFields in com.wowza.wms.pushpublish.protocol.shoutcast with type parameters of type IPushPublishShoutcastNotify Modifier and Type Field Description protected java.util.List<IPushPublishShoutcastNotify>PushPublishShoutcast. listenersMethods in com.wowza.wms.pushpublish.protocol.shoutcast that return types with arguments of type IPushPublishShoutcastNotify Modifier and Type Method Description protected java.util.List<IPushPublishShoutcastNotify>PushPublishShoutcast. getLocalListeners()Get a list of IPushPublishShoutcastNotify listenersMethods in com.wowza.wms.pushpublish.protocol.shoutcast with parameters of type IPushPublishShoutcastNotify Modifier and Type Method Description voidPushPublishShoutcast. addListener(IPushPublishShoutcastNotify listener)Add IPushPublishShoutcastNotify listener
 
-