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

    Modifier and Type
    Method
    Description
    boolean
    Handle an event.
  • Method Details

    • handleEvent

      boolean handleEvent(IEvent event)
      Handle an event.
      Parameters:
      event - to handle
      Returns:
      true if event was handled, false if it should bubble