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.shoutcast
Fields in com.wowza.wms.pushpublish.protocol.shoutcast with type parameters of type IPushPublishShoutcastNotify Modifier and Type Field Description protected java.util.List<IPushPublishShoutcastNotify>
PushPublishShoutcast. listeners
Methods 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 void
PushPublishShoutcast. addListener(IPushPublishShoutcastNotify listener)
Add IPushPublishShoutcastNotify listener
-