Uses of Interface
org.red5.server.api.listeners.IScopeListener
Packages that use IScopeListener
-
Uses of IScopeListener in org.red5.server
Fields in org.red5.server with type parameters of type IScopeListenerMethods in org.red5.server with parameters of type IScopeListenerModifier and TypeMethodDescriptionvoid
Server.addListener
(IScopeListener listener) Add listener to get notified about scope events.void
Server.removeListener
(IScopeListener listener) Remove listener that got notified about scope events. -
Uses of IScopeListener in org.red5.server.api
Methods in org.red5.server.api with parameters of type IScopeListenerModifier and TypeMethodDescriptionvoid
IServer.addListener
(IScopeListener listener) Add listener to get notified about scope events.void
IServer.removeListener
(IScopeListener listener) Remove listener that got notified about scope events. -
Uses of IScopeListener in org.red5.server.api.listeners
Classes in org.red5.server.api.listeners that implement IScopeListenerModifier and TypeClassDescriptionclass
Adapter class impl for IScopeListener.