Interface Swift_Events_CommandListener

ExtendsSwift_Events_EventListener
Implemented bySwift_Plugins_BandwidthMonitorPlugin, Swift_Plugins_LoggerPlugin, Swift_Plugins_ThrottlerPlugin

Listens for Transports to send commands to the server.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
commandSent() Invoked immediately following a command being sent. Swift_Events_CommandListener

Method Details

commandSent() public abstract method

Invoked immediately following a command being sent.

public abstract void commandSent ( Swift_Events_CommandEvent $evt )
$evt Swift_Events_CommandEvent