Package org.red5.server.api.event
Interface IEventDispatcher
- All Known Subinterfaces:
IBasicScope
,IBroadcastScope
,IConnection
,ICoreObject
,IGlobalScope
,IScope
,IServiceCapableConnection
,ISharedObject
,IStreamCapableConnection
- All Known Implementing Classes:
BaseConnection
,BaseRTMPTConnection
,BasicScope
,BroadcastScope
,ClientBroadcastStream
,ClientSharedObject
,GlobalScope
,RoomScope
,RTMPConnection
,RTMPEClient
,RTMPMinaConnection
,RTMPTClientConnection
,Scope
,SharedObjectScope
,WebScope
public interface IEventDispatcher
IEventDispatcher interface implementations dispatch events
- Author:
- mondain
-
Method Summary
-
Method Details
-
dispatchEvent
Dispatches event- Parameters:
event
- Event object
-