Package org.red5.server.api.event
Interface IEventHandler
- All Known Subinterfaces:
IBasicScope,IBroadcastScope,IConnection,ICoreObject,IGlobalScope,IScope,IScopeHandler,IServiceCapableConnection,ISharedObject,IStreamAwareScopeHandler,IStreamCapableConnection
- All Known Implementing Classes:
AbstractScopeAdapter,BaseConnection,BasicScope,RTMPConnection,RTMPMinaConnection,Scope,SharedObjectScope
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
-