TYPO3  7.6
Public Member Functions | List of all members
Swift_Events_CommandListener Interface Reference
Inheritance diagram for Swift_Events_CommandListener:
Swift_Events_EventListener Swift_Plugins_BandwidthMonitorPlugin Swift_Plugins_LoggerPlugin Swift_Plugins_ThrottlerPlugin

Public Member Functions

 commandSent (Swift_Events_CommandEvent $evt)
 

Detailed Description

Listens for Transports to send commands to the server.

Author
Chris Corbyn

Definition at line 16 of file CommandListener.php.

Member Function Documentation

commandSent ( Swift_Events_CommandEvent  $evt)

Invoked immediately following a command being sent.

Parameters
Swift_Events_CommandEvent$evt

Implemented in Swift_Plugins_LoggerPlugin, and Swift_Plugins_BandwidthMonitorPlugin.