DataSift_StreamConsumer::onDisconnect PHP Method

onDisconnect() protected method

This is called when the underlying stream is disconnected.
protected onDisconnect ( ) : void
return void
    protected function onDisconnect()
    {
        $this->_eventHandler->onDisconnect($this);
    }