Uses of Interface
org.red5.server.api.event.IEventObservable
Packages that use IEventObservable
-
Uses of IEventObservable in org.red5.server.api.scope
Subinterfaces of IEventObservable in org.red5.server.api.scopeModifier and TypeInterfaceDescriptioninterfaceBase interface for all scope objects, including SharedObjects.interfaceBroadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.interfaceThe global scope that acts as root for all applications in a host.interfaceThe scope object. -
Uses of IEventObservable in org.red5.server.scope
Classes in org.red5.server.scope that implement IEventObservableModifier and TypeClassDescriptionclassGeneralizations of one of main Red5 object types, Scope.classScope type for publishing that deals with pipe connection events, like async message listening in JMSclassGlobal scope is a top level scope.classRepresents a subscope to other scopes.classThe scope object.classWeb scope is special scope that is aware of servlet context and represents scope of a Red5 application within a servlet container (or application server) such as Tomcat, Jetty or JBoss.