Package org.red5.server.api.event
Interface IEventHandler
- All Known Subinterfaces:
IBasicScope,IBroadcastScope,IConnection,ICoreObject,IGlobalScope,IRemotingConnection,IScope,IScopeHandler,IServiceCapableConnection,IStreamAwareScopeHandler,IStreamCapableConnection
- All Known Implementing Classes:
AbstractScopeAdapter,AdminApplication,AntMediaApplicationAdapter,ApplicationAdapter,BaseConnection,BasicScope,BroadcastScope,CoreHandler,GlobalScope,MultiThreadedApplicationAdapter,RoomScope,RTMPConnection,RTMPMinaConnection,Scope,StatefulScopeWrappingAdapter,WebScope
public interface IEventHandler
-
Method Summary
-
Method Details
-
handleEvent
Handle an event.- Parameters:
event- to handle- Returns:
- true if event was handled, false if it should bubble
-