DataSift_StreamConsumer::onConnect PHP 메소드

onConnect() 보호된 메소드

This is called when the underlying stream is connected.
protected onConnect ( ) : void
리턴 void
    protected function onConnect()
    {
        $this->_eventHandler->onConnect($this);
    }