Uses of Interface
org.red5.server.api.event.IEventListener
Packages that use IEventListener
Package
Description
-
Uses of IEventListener in org.red5.server
Classes in org.red5.server that implement IEventListener -
Uses of IEventListener in org.red5.server.api
Subinterfaces of IEventListener in org.red5.server.apiModifier and TypeInterfaceDescriptioninterfaceThe connection object.interfaceBase marker interface for all core objects. -
Uses of IEventListener in org.red5.server.api.event
Methods in org.red5.server.api.event that return IEventListenerMethods in org.red5.server.api.event that return types with arguments of type IEventListenerMethods in org.red5.server.api.event with parameters of type IEventListenerModifier and TypeMethodDescriptionbooleanIEventObservable.addEventListener(IEventListener listener) Add event listener to this observablebooleanIEventObservable.removeEventListener(IEventListener listener) Remove event listener from this observable -
Uses of IEventListener in org.red5.server.api.scope
Subinterfaces of IEventListener 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 IEventListener in org.red5.server.api.service
Subinterfaces of IEventListener in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterfaceConnection that has options to invoke and handle remote calls -
Uses of IEventListener in org.red5.server.api.so
Subinterfaces of IEventListener in org.red5.server.api.soModifier and TypeInterfaceDescriptioninterfaceServerside access to shared objects.Methods in org.red5.server.api.so with parameters of type IEventListenerModifier and TypeMethodDescriptionvoidISharedObjectBase.beginUpdate(IEventListener source) Start performing multiple updates to the shared object from a connected client. -
Uses of IEventListener in org.red5.server.api.stream
Subinterfaces of IEventListener in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA connection that supports streaming. -
Uses of IEventListener in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IEventListenerModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of IEventListener in org.red5.server.net.rtmp.event
Fields in org.red5.server.net.rtmp.event declared as IEventListenerMethods in org.red5.server.net.rtmp.event that return IEventListenerModifier and TypeMethodDescriptionBaseEvent.getSource()Returns event listenerStreamActionEvent.getSource()Methods in org.red5.server.net.rtmp.event with parameters of type IEventListenerModifier and TypeMethodDescriptionvoidBaseEvent.setSource(IEventListener source) Setter for sourcevoidIRTMPEvent.setSource(IEventListener source) Setter for sourceConstructors in org.red5.server.net.rtmp.event with parameters of type IEventListenerModifierConstructorDescriptionBaseEvent(IEvent.Type type, IEventListener source) Create new event of given type -
Uses of IEventListener in org.red5.server.scope
Classes in org.red5.server.scope that implement IEventListenerModifier and TypeClassDescriptionclassGeneralizations of one of main Red5 object types, Scope.classThe scope object.Fields in org.red5.server.scope with type parameters of type IEventListenerModifier and TypeFieldDescriptionprotected CopyOnWriteArraySet<IEventListener> BasicScope.listenersList of event listenersMethods in org.red5.server.scope that return types with arguments of type IEventListenerMethods in org.red5.server.scope with parameters of type IEventListenerModifier and TypeMethodDescriptionbooleanBasicScope.addEventListener(IEventListener listener) Add event listener to list of notified objectsbooleanBasicScope.removeEventListener(IEventListener listener) Remove event listener from list of listeners -
Uses of IEventListener in org.red5.server.so
Classes in org.red5.server.so that implement IEventListenerFields in org.red5.server.so declared as IEventListenerModifier and TypeFieldDescriptionprotected IEventListenerSharedObject.sourceEvent listener, actually RTMP connectionFields in org.red5.server.so with type parameters of type IEventListenerModifier and TypeFieldDescriptionprotected CopyOnWriteArraySet<IEventListener> SharedObject.listenersListenersMethods in org.red5.server.so that return types with arguments of type IEventListenerMethods in org.red5.server.so with parameters of type IEventListenerModifier and TypeMethodDescriptionbooleanSharedObjectScope.addEventListener(IEventListener listener) Add event listener to list of notified objectsvoidSharedObject.beginUpdate(IEventListener listener) Begin update of this Shared Object and setting listenervoidSharedObjectScope.beginUpdate(IEventListener listener) Start performing multiple updates to the shared object from a connected client.protected booleanSharedObject.register(IEventListener listener) Register event listenerbooleanSharedObjectScope.removeEventListener(IEventListener listener) Remove event listener from list of listenersprotected voidSharedObject.unregister(IEventListener listener) Unregister event listenerConstructors in org.red5.server.so with parameters of type IEventListenerModifierConstructorDescriptionFlexSharedObjectMessage(IEventListener source, String name, int version, boolean persistent) Creates Flex Shared Object event with given listener, name, SO version and persistence flagSharedObjectMessage(IEventListener source, String name, int version, boolean persistent) Creates Shared Object event with given listener, name, SO version and persistence flag -
Uses of IEventListener in org.red5.server.stream
Methods in org.red5.server.stream with parameters of type IEventListenerModifier and TypeMethodDescriptionprotected voidClientBroadcastStream.sendStartNotifications(IEventListener source)