Documentation

Swift_Events_EventDispatcher

Interface for the EventDispatcher which handles the event dispatching layer.

Tags
author

Chris Corbyn

Table of Contents

bindEventListener()  : mixed
Bind an event listener to this dispatcher.
createCommandEvent()  : Swift_Events_CommandEvent
Create a new CommandEvent for $source and $command.
createResponseEvent()  : Swift_Events_ResponseEvent
Create a new ResponseEvent for $source and $response.
createSendEvent()  : Swift_Events_SendEvent
Create a new SendEvent for $source and $message.
createTransportChangeEvent()  : Swift_Events_TransportChangeEvent
Create a new TransportChangeEvent for $source.
createTransportExceptionEvent()  : Swift_Events_TransportExceptionEvent
Create a new TransportExceptionEvent for $source.
dispatchEvent()  : mixed
Dispatch the given Event to all suitable listeners.

Methods

Search results