Uses of Interface
com.wowza.wms.server.IServerNotify

Packages that use IServerNotify
com.wowza.wms.server   
 

Uses of IServerNotify in com.wowza.wms.server
 

Subinterfaces of IServerNotify in com.wowza.wms.server
 interface IServerNotify2
          IServerNotify2: listener interface.
 

Methods in com.wowza.wms.server with parameters of type IServerNotify
 void IServer.addServerListener(IServerNotify serverListener)
          Add server listener
 void Server.addServerListener(IServerNotify serverListener)
           
 void IServer.removeServerListener(IServerNotify serverListener)
          Remove server listener
 void Server.removeServerListener(IServerNotify serverListener)