Package org.red5.server.api.event
Interface IEventListener
- All Known Subinterfaces:
IBasicScope
,IBroadcastScope
,IConnection
,ICoreObject
,IGlobalScope
,IRemotingConnection
,IScope
,IServiceCapableConnection
,IStreamCapableConnection
- All Known Implementing Classes:
BaseConnection
,BasicScope
,BroadcastScope
,GlobalScope
,RoomScope
,RTMPConnection
,RTMPMinaConnection
,Scope
,WebScope
public interface IEventListener
-
Method Summary
-
Method Details
-
notifyEvent
Notify of event.- Parameters:
event
- the event object
-