org.red5.server.api.event
Interface IEventListener

All Known Subinterfaces:
IBasicScope, IBroadcastScope, IConnection, ICoreObject, IGlobalScope, IRemotingConnection, IScope, IServiceCapableConnection, ISharedObject, IStreamCapableConnection
All Known Implementing Classes:
BaseConnection, BasicScope, BroadcastScope, EdgeRTMPMinaConnection, GlobalScope, RemotingConnection, RTMPConnection, RTMPMinaConnection, RTMPOriginConnection, RTMPTConnection, Scope, SharedObjectScope, WebScope

public interface IEventListener


Method Summary
 void notifyEvent(IEvent event)
          Notify of event.
 

Method Detail

notifyEvent

void notifyEvent(IEvent event)
Notify of event.

Parameters:
event - the event object


Copyright © 2006-2007 the Red5 project.